com.opensymphony.oscache.base.events
Class ScopeEventType
java.lang.Object
com.opensymphony.oscache.base.events.ScopeEventType
public final class ScopeEventType
- extends Object
This is an enumeration of all the possible events that may occur
at the scope level. Scope-level events are only relevant to the
ServletCacheAdministrator
.
- Version:
- $Revision: 1.1 $
- Author:
- Francois Beauregard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL_SCOPES_FLUSHED
public static ScopeEventType ALL_SCOPES_FLUSHED
- Specifies an event type for the all scope flushed event.
SCOPE_FLUSHED
public static ScopeEventType SCOPE_FLUSHED
- Specifies an event type for the flushing of a specific scope.