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.config.generator This package contains utility classes for generating configuration texts. 
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.hibernate.management.impl This package contains JMX related classes for Hibernate and ehcache statistics 
net.sf.ehcache.hibernate.regions This package contains region implementations used in Hibernate 3.3 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.store.chm CHM package. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations (for transactional use) 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
net.sf.ehcache.util Util package. 
net.sf.ehcache.writer This package contains the cache writer functionalities. 
net.sf.ehcache.writer.writebehind This package contains the write behind functionalities. 
net.sf.ehcache.writer.writebehind.operations This package contains the operations for the write behind functionalities. 
net.sf.ehcache.writer.writethrough This package contains the write through functionalities. 
 

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
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.
ObjectExistsException
          Thrown when a duplicate cache is attemtpted to be created
 

Classes in net.sf.ehcache used by net.sf.ehcache.config.generator
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
 

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.hibernate.management.impl
CacheException
          A runtime Cache Exception.
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
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.regions
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
Cache
          Cache is the central class in ehcache.
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.store.chm
Element
          A Cache Element, consisting of a key, value and attributes.
 

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

Classes in net.sf.ehcache used by net.sf.ehcache.transaction
CacheEntry
          Helper class to tie a key to an element.
Element
          A Cache Element, consisting of a key, value and attributes.
 

Classes in net.sf.ehcache used by net.sf.ehcache.transaction.xa
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.
 

Classes in net.sf.ehcache used by net.sf.ehcache.writer
Cache
          Cache is the central class in ehcache.
CacheEntry
          Helper class to tie a key to an element.
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.writer.writebehind
Cache
          Cache is the central class in ehcache.
CacheEntry
          Helper class to tie a key to an element.
CacheException
          A runtime Cache Exception.
Element
          A Cache Element, consisting of a key, value and attributes.
 

Classes in net.sf.ehcache used by net.sf.ehcache.writer.writebehind.operations
CacheEntry
          Helper class to tie a key to an element.
Element
          A Cache Element, consisting of a key, value and attributes.
 

Classes in net.sf.ehcache used by net.sf.ehcache.writer.writethrough
Cache
          Cache is the central class in ehcache.
CacheEntry
          Helper class to tie a key to an element.
CacheException
          A runtime Cache Exception.
Element
          A Cache Element, consisting of a key, value and attributes.
 


ehcache

true