This package contains the public API for using ehcache.
See: Description
Interface Summary | |
---|---|
Ehcache | An interface for Ehcache. |
Class Summary | |
---|---|
Cache | Cache is the central class in ehcache. |
CacheException | A runtime Cache Exception, compatible with JDK1.3. |
CacheManager | A container for Ehcaches that maintain all aspects of their lifecycle. |
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. |