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.concurrent This package contains concurrency classes and utilities that are not available in java.util.concurrent. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
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.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.loader This package contains a cache loaders and associated factories. 
net.sf.ehcache.management This package contains JMX MBeans and implementations for management of ehcache. 
net.sf.ehcache.management.provider This package contains classes related to MBeanRegistrationProvider and its implementation. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation. 
net.sf.ehcache.statistics.sampled This package contains classes related to SampledCacheStatistics and its implementation. 
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.
ElementEvictionData
          Provides pluggable storage and configuration of TTI eviction data.
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.concurrent
CacheException
          A runtime Cache Exception.
 

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.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.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.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.loader
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.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.management.provider
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
 

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

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

true