> There are many existing open source caching solutions that you could > leverage: > http://www.java-source.net/open-source/cache-solutions
You could also consider using the cache abstraction implemented in the spring framework, so that you easily switch between caching providers. See https://springmodules.dev.java.net/docs/reference/0.8/html/cache.html Rintcius

