|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.oscache.base.events.CacheMapAccessEventType
public final class CacheMapAccessEventType
This is an enumeration of the cache events that represent the various outcomes of cache accesses.
| Field Summary | |
|---|---|
static CacheMapAccessEventType |
HIT
Get an event type for a cache hit. |
static CacheMapAccessEventType |
MISS
Get an event type for a cache miss. |
static CacheMapAccessEventType |
STALE_HIT
Get an event type for when the data was found in the cache but was stale. |
| Constructor Summary | |
|---|---|
private |
CacheMapAccessEventType()
Private constructor to ensure that no object of this type are created externally. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CacheMapAccessEventType HIT
public static final CacheMapAccessEventType MISS
public static final CacheMapAccessEventType STALE_HIT
| Constructor Detail |
|---|
private CacheMapAccessEventType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||