Class AbstractAuxiliaryCacheEventLogging<K,V>

java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCache<K,V>
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheEventLogging<K,V>
All Implemented Interfaces:
AuxiliaryCache<K,V>, ICache<K,V>, ICacheType
Direct Known Subclasses:
AbstractDiskCache, AbstractRemoteAuxiliaryCache, LateralCache

public abstract class AbstractAuxiliaryCacheEventLogging<K,V> extends AbstractAuxiliaryCache<K,V>
All ICacheEvents are defined as final. Children must implement process events. These are wrapped in event log parent calls. You can override the public method, but if you don't, the default will call getWithTiming.