|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.impl.internal.events.StoreEvents
public class StoreEvents
| Constructor Summary | |
|---|---|
StoreEvents()
|
|
| Method Summary | ||
|---|---|---|
static
|
createEvent(K key,
V value)
|
|
static
|
evictEvent(K key,
V oldValue)
|
|
static
|
expireEvent(K key,
V oldValue)
|
|
static
|
removeEvent(K key,
V oldValue)
|
|
static
|
updateEvent(K key,
V oldValue,
V newValue)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StoreEvents()
| Method Detail |
|---|
public static <K,V> StoreEvent<K,V> createEvent(K key,
V value)
public static <K,V> StoreEvent<K,V> updateEvent(K key,
V oldValue,
V newValue)
public static <K,V> StoreEvent<K,V> removeEvent(K key,
V oldValue)
public static <K,V> StoreEvent<K,V> expireEvent(K key,
V oldValue)
public static <K,V> StoreEvent<K,V> evictEvent(K key,
V oldValue)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||