com.opensymphony.oscache.base.events
Class CachewideEventType

java.lang.Object
  extended bycom.opensymphony.oscache.base.events.CachewideEventType

public class CachewideEventType
extends java.lang.Object

This is an enumeration holding all the events that can occur at the cache-wide level.

Author:
Chris Miller

Field Summary
static CachewideEventType CACHE_FLUSHED
          Get an event type for a cache flush event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_FLUSHED

public static CachewideEventType CACHE_FLUSHED
Get an event type for a cache flush event.


See www.opensymphony.com for more information.