ehcache

Package net.sf.ehcache.jcache

This package contains an implementation of JSR-107: the JCACHE API.

See:
          Description

Class Summary
JCache Warning: This class is related to the JSR107 specification, which is in draft.
JCacheEntry An implementation of CacheEntry.
JCacheFactory A CacheFactory implementation for JCache.
JCacheListenerAdaptor This adaptor permits JCACHE CacheListeners to be registered as Ehcache CacheEventListeners.
JCacheStatistics A jsr107 CacheStatistics decorator for an ehcache Statistics class.
 

Package net.sf.ehcache.jcache Description

This package contains an implementation of JSR-107: the JCACHE API. The JCache class is an implementation of JCACHE's cache. It is a decorator to an Ehcache.


ehcache