|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.config.generator | This package contains utility classes for generating configuration texts. |
net.sf.ehcache.config.generator.model.elements | This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd |
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.classloader | ClassLoader contstructs package |
net.sf.ehcache.constructs.eventual | Construct related to eventual operations |
net.sf.ehcache.constructs.nonstop | Ehcache-nonstopcache package |
net.sf.ehcache.constructs.nonstop.concurrency | Nonstop feature related to concurrent package |
net.sf.ehcache.constructs.readthrough | Ehcache simple read through cache decorator package |
net.sf.ehcache.constructs.refreshahead | Ehcache simple refresh-ahead cache decorator 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.search.impl | This package contains an implementation for Results. |
net.sf.ehcache.search.query | This package contains the QueryMangerBuilder and the QueryManager interface to support BMSQL. |
net.sf.ehcache.statistics | This package contains classes related to LiveCacheStatistics and its implementation. |
net.sf.ehcache.statistics.beans | This package contains classes related to statistics mbean implementation. |
net.sf.ehcache.statistics.extended | This package contains classes related to extended statistics implementation. |
net.sf.ehcache.store | Store package. |
net.sf.ehcache.store.cachingtier | Contains the caching tier implementations |
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.disk | This package contains the disk store. |
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 Ehcache s that maintain all aspects of their lifecycle. |
|
CacheOperationOutcomes.ClusterEventOutcomes
Cluster event operation outcomes. |
|
CacheOperationOutcomes.EvictionOutcome
The eviction outcomes. |
|
CacheOperationOutcomes.ExpiredOutcome
The expiration outcomes. |
|
CacheOperationOutcomes.GetAllOutcome
The outcomes for GetAll operations. |
|
CacheOperationOutcomes.GetOutcome
Outcomes for cache Get operations. |
|
CacheOperationOutcomes.NonStopOperationOutcomes
The Enum NonStopOperationOutcomes. |
|
CacheOperationOutcomes.PutAllOutcome
The outcomes for GetAll operations. |
|
CacheOperationOutcomes.PutIfAbsentOutcome
|
|
CacheOperationOutcomes.PutOutcome
The outcomes for Put Outcomes. |
|
CacheOperationOutcomes.RemoveAllOutcome
The outcomes for GetAll operations. |
|
CacheOperationOutcomes.RemoveElementOutcome
|
|
CacheOperationOutcomes.RemoveOutcome
The outcomes for remove operations. |
|
CacheOperationOutcomes.ReplaceOneArgOutcome
|
|
CacheOperationOutcomes.ReplaceTwoArgOutcome
|
|
CacheOperationOutcomes.SearchOutcome
The outcomes for the store search operation. |
|
DiskStorePathManager
Manager class to handle disk store path. |
|
Ehcache
An interface for Ehcache. |
|
Element
A Cache Element, consisting of a key, value and attributes. |
|
FeaturesManager
Interface implemented by classes providing access to extended functionality. |
|
ObjectExistsException
Thrown when a duplicate cache is attemtpted to be created |
|
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 Ehcache s 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.config.generator | |
---|---|
CacheManager
A container for Ehcache s that maintain all aspects of their lifecycle. |
Classes in net.sf.ehcache used by net.sf.ehcache.config.generator.model.elements | |
---|---|
CacheManager
A container for Ehcache s that maintain all aspects of their lifecycle. |
Classes in net.sf.ehcache used by net.sf.ehcache.constructs | |
---|---|
CacheException
A runtime Cache Exception. |
|
CacheManager
A container for Ehcache s 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.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.classloader | |
---|---|
CacheException
A runtime Cache Exception. |
|
CacheManager
A container for Ehcache s 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.constructs.eventual | |
---|---|
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. |
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.readthrough | |
---|---|
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.refreshahead | |
---|---|
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.distribution | |
---|---|
CacheException
A runtime Cache Exception. |
|
CacheManager
A container for Ehcache s 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 | |
---|---|
Cache
Cache is the central class in ehcache. |
|
CacheException
A runtime Cache Exception. |
|
CacheManager
A container for Ehcache s that maintain all aspects of their lifecycle. |
|
CacheStoreHelper
A helper class to get the internal Store from a Cache |
|
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 Ehcache s 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 Ehcache s 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 Ehcache s 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 Ehcache s 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.search.impl | |
---|---|
Element
A Cache Element, consisting of a key, value and attributes. |
Classes in net.sf.ehcache used by net.sf.ehcache.search.query | |
---|---|
CacheException
A runtime Cache Exception. |
|
CacheManager
A container for Ehcache s that maintain all aspects of their lifecycle. |
|
Ehcache
An interface for Ehcache. |
Classes in net.sf.ehcache used by net.sf.ehcache.statistics | |
---|---|
CacheOperationOutcomes.ClusterEventOutcomes
Cluster event operation outcomes. |
|
CacheOperationOutcomes.EvictionOutcome
The eviction outcomes. |
|
CacheOperationOutcomes.ExpiredOutcome
The expiration outcomes. |
|
CacheOperationOutcomes.GetOutcome
Outcomes for cache Get operations. |
|
CacheOperationOutcomes.PutIfAbsentOutcome
|
|
CacheOperationOutcomes.PutOutcome
The outcomes for Put Outcomes. |
|
CacheOperationOutcomes.RemoveElementOutcome
|
|
CacheOperationOutcomes.RemoveOutcome
The outcomes for remove operations. |
|
CacheOperationOutcomes.ReplaceOneArgOutcome
|
|
CacheOperationOutcomes.ReplaceTwoArgOutcome
|
|
Ehcache
An interface for Ehcache. |
Classes in net.sf.ehcache used by net.sf.ehcache.statistics.beans | |
---|---|
Ehcache
An interface for Ehcache. |
Classes in net.sf.ehcache used by net.sf.ehcache.statistics.extended | |
---|---|
CacheOperationOutcomes.ClusterEventOutcomes
Cluster event operation outcomes. |
|
CacheOperationOutcomes.EvictionOutcome
The eviction outcomes. |
|
CacheOperationOutcomes.ExpiredOutcome
The expiration outcomes. |
|
CacheOperationOutcomes.GetOutcome
Outcomes for cache Get operations. |
|
CacheOperationOutcomes.NonStopOperationOutcomes
The Enum NonStopOperationOutcomes. |
|
CacheOperationOutcomes.PutIfAbsentOutcome
|
|
CacheOperationOutcomes.PutOutcome
The outcomes for Put Outcomes. |
|
CacheOperationOutcomes.RemoveElementOutcome
|
|
CacheOperationOutcomes.RemoveOutcome
The outcomes for remove operations. |
|
CacheOperationOutcomes.ReplaceOneArgOutcome
|
|
CacheOperationOutcomes.ReplaceTwoArgOutcome
|
|
CacheOperationOutcomes.SearchOutcome
The outcomes for the store search operation. |
Classes in net.sf.ehcache used by net.sf.ehcache.store | |
---|---|
Cache
Cache is the central class in ehcache. |
|
CacheException
A runtime Cache Exception. |
|
CacheOperationOutcomes.EvictionOutcome
The eviction outcomes. |
|
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.cachingtier | |
---|---|
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.chm | |
---|---|
Element
A Cache Element, consisting of a key, value and attributes. |
Classes in net.sf.ehcache used by net.sf.ehcache.store.compound | |
---|---|
Element
A Cache Element, consisting of a key, value and attributes. |
Classes in net.sf.ehcache used by net.sf.ehcache.store.disk | |
---|---|
Cache
Cache is the central class in ehcache. |
|
CacheException
A runtime Cache Exception. |
|
CacheOperationOutcomes.EvictionOutcome
The eviction outcomes. |
|
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.terracotta | |
---|---|
CacheException
A runtime Cache Exception. |
|
CacheManager
A container for Ehcache s that maintain all aspects of their lifecycle. |
|
Disposable
A Disposable is a resource that needs to release other resources when it is no longer needed. |
|
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 | |
---|---|
CacheException
A runtime Cache Exception. |
|
Ehcache
An interface for Ehcache. |
|
Element
A Cache Element, consisting of a key, value and attributes. |
|
FeaturesManager
Interface implemented by classes providing access to extended functionality. |
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |