com.opensymphony.oscache.base.events
Class CacheEntryEventType

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

public final class CacheEntryEventType
extends Object

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.

Version:
$Revision: 387 $
Author:
Francois Beauregard

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

ENTRY_ADDED

public static final CacheEntryEventType ENTRY_ADDED
Get an event type for an entry added.


ENTRY_UPDATED

public static final CacheEntryEventType ENTRY_UPDATED
Get an event type for an entry updated.


ENTRY_FLUSHED

public static final CacheEntryEventType ENTRY_FLUSHED
Get an event type for an entry flushed.


ENTRY_REMOVED

public static final CacheEntryEventType ENTRY_REMOVED
Get an event type for an entry removed.


GROUP_FLUSHED

public static final CacheEntryEventType GROUP_FLUSHED
Get an event type for a group flush event.


PATTERN_FLUSHED

public static final CacheEntryEventType PATTERN_FLUSHED
Get an event type for a pattern flush event.

Constructor Detail

CacheEntryEventType

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



Copyright © 2011 OpenSymphony. All Rights Reserved.