FKache Open Source is an effort to make an Open Source version of JSR-107 FKache. Since the JSR-107 hasn&t released any specs for years, This version still builds on the original Functional Specification.
JSR 107 has started seeding some of the works. A Draft API has been released at: jsr-107 interest project at java.net. I have started deprecating and refactoring my project to make it an implementation of this draft API. This will be dome in several iterations, so you get a chance to change your code. For each iteration, all methods/classes/packages changed or removed is deprecated. So you only need to find all deprecated methods/classes in FKache, and replace them with the proposed replacement. I the deprecation is marked with "no replacement", and you are using that feature, please contact me to see if a solution can be made available.
Project Home Page
http://jcache.sourceforge.net
Download JCache
http://sourceforge.net/project/showfiles.php?group_id=66335
FKache Documentation
http://jcache.sourceforge.net/documentation/index.html