Class AbstractDataCache

All Implemented Interfaces:
Serializable, DataCache, Configurable, Clearable, Closeable, EventManager
Direct Known Subclasses:
ConcurrentDataCache

public abstract class AbstractDataCache extends AbstractConcurrentEventManager implements DataCache, Configurable
Abstract DataCache implementation that provides various statistics, logging, and timeout functionality common across cache implementations.
Author:
Patrick Linskey, Abe White
See Also: