Uses of Class
com.opensymphony.oscache.base.events.CacheMapAccessEventType

Packages that use CacheMapAccessEventType
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.events
 

Fields in com.opensymphony.oscache.base.events declared as CacheMapAccessEventType
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.
 


OSCache Project Page