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   
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 Java EE Web Container environments, specifically the Servlet 2.3 and later specifications. 

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.distribution.jgroups This package is for cache replication using Jgroups. 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
net.sf.ehcache.exceptionhandler This package is for exception handling. 
net.sf.ehcache.extension This package contains interfaces and classes for the cache extension mechanism. 
net.sf.ehcache.hibernate This package contains interfaces and classes for Hibernate3.1 and higher. 
net.sf.ehcache.jcache This package contains an implementation of JSR-107: the JCACHE API. 
net.sf.ehcache.management This package contains JMX MBeans and implementations for management of ehcache. 
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.
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
CacheException
          A runtime Cache Exception.
Ehcache
          An interface for Ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.config
CacheException
          A runtime Cache Exception.
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.
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.
 

Classes in net.sf.ehcache used by net.sf.ehcache.constructs.web
CacheException
          A runtime Cache Exception.
 

Classes in net.sf.ehcache used by net.sf.ehcache.constructs.web.filter
CacheException
          A runtime Cache Exception.
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.
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.distribution.jgroups
CacheException
          A runtime Cache Exception.
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.
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.exceptionhandler
Ehcache
          An interface for Ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.extension
CacheException
          A runtime Cache Exception.
Ehcache
          An interface for Ehcache.
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.hibernate
Ehcache
          An interface for Ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.jcache
CacheException
          A runtime Cache Exception.
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.

 

Classes in net.sf.ehcache used by net.sf.ehcache.management
CacheException
          A runtime Cache Exception.
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
Ehcache
          An interface for Ehcache.
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.store
CacheException
          A runtime Cache Exception.
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.
 


ehcache