|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.oscache.base.events.CacheEntryEventType
public final class CacheEntryEventType
This is all the possible events that may occur on a cache entry or collection of cache entries.
There is a corresponding interface CacheEntryEventListener
for
handling these events.
Field Summary | |
---|---|
static CacheEntryEventType |
ENTRY_ADDED
Get an event type for an entry added. |
static CacheEntryEventType |
ENTRY_FLUSHED
Get an event type for an entry flushed. |
static CacheEntryEventType |
ENTRY_REMOVED
Get an event type for an entry removed. |
static CacheEntryEventType |
ENTRY_UPDATED
Get an event type for an entry updated. |
static CacheEntryEventType |
GROUP_FLUSHED
Get an event type for a group flush event. |
static CacheEntryEventType |
PATTERN_FLUSHED
Get an event type for a pattern flush event. |
Constructor Summary | |
---|---|
private |
CacheEntryEventType()
Private constructor to ensure that no object of that 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 |
---|
public static final CacheEntryEventType ENTRY_ADDED
public static final CacheEntryEventType ENTRY_UPDATED
public static final CacheEntryEventType ENTRY_FLUSHED
public static final CacheEntryEventType ENTRY_REMOVED
public static final CacheEntryEventType GROUP_FLUSHED
public static final CacheEntryEventType PATTERN_FLUSHED
Constructor Detail |
---|
private CacheEntryEventType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |