ehcache]]>

Package net.sf.ehcache.jcache

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

See:
          Description

Class Summary
CacheLoaderFactory An abstract factory for creating cache loaders.
JCache A cache implementation that matches the JCACHE specification.
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]]>