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

Packages that use CacheEntryEventType
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
 

Uses of CacheEntryEventType in com.opensymphony.oscache.base.events
 

Fields in com.opensymphony.oscache.base.events declared as CacheEntryEventType
static CacheEntryEventType CacheEntryEventType.ENTRY_ADDED
          Get an event type for an entry added.
static CacheEntryEventType CacheEntryEventType.ENTRY_UPDATED
          Get an event type for an entry updated.
static CacheEntryEventType CacheEntryEventType.ENTRY_FLUSHED
          Get an event type for an entry flushed.
static CacheEntryEventType CacheEntryEventType.ENTRY_REMOVED
          Get an event type for an entry removed.
static CacheEntryEventType CacheEntryEventType.GROUP_FLUSHED
          Get an event type for a group flush event.
static CacheEntryEventType CacheEntryEventType.PATTERN_FLUSHED
          Get an event type for a pattern flush event.
 


OSCache Project Page