ehcache

Package net.sf.ehcache

This package contains the public API for using ehcache.

See:
          Description

Interface Summary
Ehcache An interface for Ehcache.
ElementEvictionData Provides pluggable storage and configuration of TTI eviction data.
 

Class Summary
Cache Cache is the central class in ehcache.
CacheEntry Helper class to tie a key to an element.
CacheManager A container for Ehcaches that maintain all aspects of their lifecycle.
DefaultElementEvictionData Default implementation of the element eviction data storage that just keeps all the data in instance fields in the heap.
Element A Cache Element, consisting of a key, value and attributes.
MimeTypeByteArray A bean used to wrap byte[] values to be placed in an Element so as to preserve MIME type information.
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.
 

Exception Summary
CacheException A runtime Cache Exception.
ObjectExistsException Thrown when a duplicate cache is attemtpted to be created
 

Package net.sf.ehcache Description

This package contains the public API for using ehcache.


ehcache

true