I released the Alpha version of this module. This version is based on the orignal code base that was first imported in to CVS on 06/18/2002.
I've implemented SoftReference in the CacheStore which should make it a bit safer, this way all Objects in the store will be released if the JVM runs out of memory.
Although this project is reasonably small at this time, I'm looking for developers to help out to implement more features into it. Please drop me a line if you're interested.
I've had this Cache Store laying around for a while and I'd like to share it w/ the community. Although this is a newer version that has the LRU functionality, so it should go through some reasonable testing before it's really used for anything.
I'm looking for any developers out there who feel like they'd like to contribute, esp. if someone has some EJB experience. One of the shortcommings of this module is that it's implemented as a singleton, so it doesn't work in distributed/clustered environments. I'd like to expose it as an EJB so it can be used by any JVM.... read more