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.bootstrap This package contains the bootstrap cache loader interface and abstract factory. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.asynchronous todo 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.constructs.concurrent This package contains the Mutex class and Sync interface taken as is, with fixed for checkstyle and javadoc errors from version 1.3.4 of Doug Lea's concurrency package. 
net.sf.ehcache.constructs.web

Constructs useful for J2EE Web Container environments, specifically the Servlet 2.3 specification. 

net.sf.ehcache.constructs.web.filter

Caching filters compliant with the filters in the Servlet 2.3 specification. 

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 Ehcaches that maintain all aspects of their lifecycle.
Ehcache
          An interface for Ehcache.
Element
          A Cache Element, consisting of a key, value and attributes.
ObjectExistsException
          Thrown when a duplicate cache is attemtpted to be created
Statistics
          An immutable Cache statistics implementation}

This is like a value object, with the added ability to clear cache statistics on the cache.

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.bootstrap
Ehcache
          An interface for Ehcache.
 

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 Ehcaches that maintain all aspects of their lifecycle.
Ehcache
          An interface for Ehcache.
ObjectExistsException
          Thrown when a duplicate cache is attemtpted to be created
 

Classes in net.sf.ehcache used by net.sf.ehcache.constructs.asynchronous
Ehcache
          An interface for Ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.constructs.blocking
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
Ehcache
          An interface for Ehcache.
Element
          A Cache Element, consisting of a key, value and attributes.
Statistics
          An immutable Cache statistics implementation}

This is like a value object, with the added ability to clear cache statistics on the cache.

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.constructs.concurrent
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
 

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

Classes in net.sf.ehcache used by net.sf.ehcache.constructs.web.filter
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
 

Classes in net.sf.ehcache used by net.sf.ehcache.distribution
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
Ehcache
          An interface for Ehcache.
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
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
Ehcache
          An interface for Ehcache.
Element
          A Cache Element, consisting of a key, value and attributes.
 

Classes in net.sf.ehcache used by net.sf.ehcache.hibernate
Ehcache
          An interface for Ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.store
CacheException
          A runtime Cache Exception, compatible with JDK1.3.
Ehcache
          An interface for Ehcache.
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