|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheMapAccessEventType | |
---|---|
com.opensymphony.oscache.base | Provides the base classes and interfaces that make up the core of OSCache. |
com.opensymphony.oscache.base.events | Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. |
Uses of CacheMapAccessEventType in com.opensymphony.oscache.base |
---|
Methods in com.opensymphony.oscache.base with parameters of type CacheMapAccessEventType | |
---|---|
private void |
Cache.dispatchCacheMapAccessEvent(CacheMapAccessEventType eventType,
CacheEntry entry,
String origin)
Dispatch a cache map access event to all registered listeners. |
Uses of CacheMapAccessEventType in com.opensymphony.oscache.base.events |
---|
Fields in com.opensymphony.oscache.base.events declared as CacheMapAccessEventType | |
---|---|
private CacheMapAccessEventType |
CacheMapAccessEvent.eventType
Type of the event. |
static CacheMapAccessEventType |
CacheMapAccessEventType.HIT
Get an event type for a cache hit. |
static CacheMapAccessEventType |
CacheMapAccessEventType.MISS
Get an event type for a cache miss. |
static CacheMapAccessEventType |
CacheMapAccessEventType.STALE_HIT
Get an event type for when the data was found in the cache but was stale. |
Methods in com.opensymphony.oscache.base.events that return CacheMapAccessEventType | |
---|---|
CacheMapAccessEventType |
CacheMapAccessEvent.getEventType()
Retrieve the type of the event. |
Constructors in com.opensymphony.oscache.base.events with parameters of type CacheMapAccessEventType | |
---|---|
CacheMapAccessEvent(CacheMapAccessEventType eventType,
CacheEntry entry)
Constructor. |
|
CacheMapAccessEvent(CacheMapAccessEventType eventType,
CacheEntry entry,
String origin)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |