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

Packages that use CacheEntryEventType
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 CacheEntryEventType in com.opensymphony.oscache.base
 

Methods in com.opensymphony.oscache.base with parameters of type CacheEntryEventType
private  void Cache.dispatchCacheEntryEvent(CacheEntryEventType eventType, CacheEntryEvent event)
          Dispatch a cache entry event to all registered listeners.
private  void Cache.dispatchCacheGroupEvent(CacheEntryEventType eventType, String group, String origin)
          Dispatch a cache group event to all registered listeners.
private  void Cache.dispatchCachePatternEvent(CacheEntryEventType eventType, String pattern, String origin)
          Dispatch a cache pattern event to all registered listeners.
 

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_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.ENTRY_UPDATED
          Get an event type for an entry updated.
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.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.