FKache Open Source is an implementation of the JSR -107 JCache API. Its aim is to provide an open source alternative to commercial JCache implementations and deliver a fast distributed caching mechanism for Java and J2EE.
| Tags | Software Development Libraries Java Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: This release updates the disk-write mechanism, and prepares for the removal of several items.


Changes: A bug with CacheObjectInfo and Expires String.Issue was fixed along with a problem with the invalidation of objects inside groups. A cachesweeper issue that occurred when starting or stopping the cache was fixed, and a bug with cachesweeping and groups was corrected. Groups are now checked for existence before being inserted into the cache.


Changes: This release optimizes CacheAccessFactory and makes some optimization changes on the SimpleClient. The Map access was performance tuned. A bug with a TTL larger than one second was fixed. This release finishes the performance testing framework. JCacheOS was renamed to FKache to avoid confusion between this OS library and the upcoming JSR.


Changes: In this version, adds and deletes from groups are now possible through the Map interface. Numerous bugs were fixed. There were other changes to increase stability, enhancements to the documentation, and movements further along on the performance testing framework.


Changes: This release removes some unused methods, fields, and changes some dubious code. It adds support for CacheEventHandlers on invalidate, support for max objects in the memory cache, and support for specifying the maximum size for the DiskCache. It also enhances the distribution mechanism, adds a constant in CacheEvent (as per JSR specs), has commented out the distribution of object additions (as per JSR specs), and adds a call back to subscribers upon local invalidate.