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.cluster This package contains the API for accessing the cluster node topology and registering to receive events about changes in the cluster node topology. 
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 The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
net.sf.ehcache.constructs.nonstop.concurrency Nonstop feature related to concurrent package 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
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.hibernate.strategy This package contains EhCache specific AccessStrategy implementations. 
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.search This package contains classes for ehcache core search API. 
net.sf.ehcache.search.aggregator This package contains classes for search aggregator functionality. 
net.sf.ehcache.search.attribute This package contains classes for ehcache search attributes 
net.sf.ehcache.search.expression This package contains classes for search expression types (ie. 
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.store.compound This package contains the main classes and interfaces for the new fully coherent combination disk and memory store for unclustered Ehcache. 
net.sf.ehcache.store.compound.factories This package contains the concrete element substitute factory implementations. 
net.sf.ehcache.store.compound.impl This package contains the various element proxy factory implementations. 
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.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
net.sf.ehcache.transaction.xa.commands This package contains a representation of the queued commands which can be executed against a XA store. 
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.
TransactionController
          TransactionController is used to begin, commit and rollback local transactions
 

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.cluster
CacheException
          A runtime Cache Exception.
 

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.
Element
          A Cache Element, consisting of a key, value and attributes.
ObjectExistsException
          Thrown when a duplicate cache is attemtpted to be created
 

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

Classes in net.sf.ehcache used by net.sf.ehcache.constructs.nonstop.store
CacheException
          A runtime Cache Exception.
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
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.hibernate.strategy
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.search
CacheException
          A runtime Cache Exception.
 

Classes in net.sf.ehcache used by net.sf.ehcache.search.aggregator
CacheException
          A runtime Cache Exception.
 

Classes in net.sf.ehcache used by net.sf.ehcache.search.attribute
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.search.expression
Element
          A Cache Element, consisting of a key, value and attributes.
 

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.store.compound
CacheException
          A runtime Cache Exception.
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.compound.factories
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.store.compound.impl
Cache
          Cache is the central class in ehcache.
CacheException
          A runtime Cache Exception.
 

Classes in net.sf.ehcache used by net.sf.ehcache.terracotta
CacheException
          A runtime Cache Exception.
CacheManager
          A container for Ehcaches that maintain all aspects of their lifecycle.
Ehcache
          An interface for Ehcache.
 

Classes in net.sf.ehcache used by net.sf.ehcache.transaction
CacheException
          A runtime Cache Exception.
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.transaction.local
CacheException
          A runtime Cache Exception.
Ehcache
          An interface for Ehcache.
Element
          A Cache Element, consisting of a key, value and attributes.
TransactionController
          TransactionController is used to begin, commit and rollback local transactions
 

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.
 

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

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