I use ehcache as second level cache and I want to use it to store simple text messages and locales (They are stored in the DB). But those messages will never change, so there is no need to refresh the data.
Should I set a new cache with no expiration? Should I use my existing cache?