com.opensymphony.oscache.base.events
Class CacheMapAccessEventType
java.lang.Object
com.opensymphony.oscache.base.events.CacheMapAccessEventType
public final class CacheMapAccessEventType - extends Object
This is an enumeration of the cache events that represent the
various outcomes of cache accesses.
- Version:
- $Revision: 387 $
- Author:
- Francois Beauregard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIT
public static final CacheMapAccessEventType HIT
- Get an event type for a cache hit.
MISS
public static final CacheMapAccessEventType MISS
- Get an event type for a cache miss.
STALE_HIT
public static final CacheMapAccessEventType STALE_HIT
- Get an event type for when the data was found in the cache but was stale.
|