ehcache

Uses of Package
net.sf.ehcache

Packages that use net.sf.ehcache
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.distribution This package is for cache replication. 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.util Util package. 
 

Classes in net.sf.ehcache used by net.sf.ehcache
Cache
          Cache is the central class in ehcache.
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
CacheManager
          A container for Caches that maintain all aspects of their lifecycle.
Element
          A Cache Element, consisting of a key, value and attributes.
ObjectExistsException
          Thrown when a duplicate cache is attemtpted to be created
Status
          A pre JDK1.5 compatible enum class to indicate the status of a CacheManager or Cache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.config
Cache
          Cache is the central class in ehcache.
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
CacheManager
          A container for Caches that maintain all aspects of their lifecycle.
ObjectExistsException
          Thrown when a duplicate cache is attemtpted to be created
 

Classes in net.sf.ehcache used by net.sf.ehcache.distribution
Cache
          Cache is the central class in ehcache.
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
CacheManager
          A container for Caches that maintain all aspects of their lifecycle.
Element
          A Cache Element, consisting of a key, value and attributes.
Status
          A pre JDK1.5 compatible enum class to indicate the status of a CacheManager or Cache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.event
Cache
          Cache is the central class in ehcache.
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
Element
          A Cache Element, consisting of a key, value and attributes.
 

Classes in net.sf.ehcache used by net.sf.ehcache.hibernate
Cache
          Cache is the central class in ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.store
Cache
          Cache is the central class in ehcache.
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
Element
          A Cache Element, consisting of a key, value and attributes.
Status
          A pre JDK1.5 compatible enum class to indicate the status of a CacheManager or Cache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.util
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
 


ehcache

true