com.opensymphony.oscache.base.events
Class CachewideEventType

java.lang.Object
  extended by com.opensymphony.oscache.base.events.CachewideEventType

public class CachewideEventType
extends 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.
 
Constructor Summary
private CachewideEventType()
          Private constructor to ensure that no object of this type are created externally.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_FLUSHED

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

Constructor Detail

CachewideEventType

private CachewideEventType()
Private constructor to ensure that no object of this type are created externally.



Copyright © 2011 OpenSymphony. All Rights Reserved.