Posts Tagged ‘cache’

In-memory cache’s can be extremely useful for small web applications where you don’t want to full-blown cache system like ehCache or simply can’t afford one. I recently had such a requirement and I must say that I kind of made a mess of it. The requirement was to cache User objects so that we didn’t [...]

Wednesday, March 11th, 2009 at 14:37 | 5 comments
Categories: Java
TOP