void |
RegisteredEventListeners.notifyElementEvicted(RegisteredEventListeners.ElementCreationCallback callback,
boolean remoteEvent) |
Notifies all registered listeners, in no guaranteed order, that an element has been
evicted from the cache
|
void |
RegisteredEventListeners.notifyElementExpiry(RegisteredEventListeners.ElementCreationCallback callback,
boolean remoteEvent) |
Notifies all registered listeners, in no guaranteed order, that an element has expired
|
void |
RegisteredEventListeners.notifyElementPut(RegisteredEventListeners.ElementCreationCallback callback,
boolean remoteEvent) |
Notifies all registered listeners, in no guaranteed order, that an element was put into the cache
|
void |
RegisteredEventListeners.notifyElementRemoved(RegisteredEventListeners.ElementCreationCallback callback,
boolean remoteEvent) |
Notifies all registered listeners, in no guaranteed order, that an element was removed
|
void |
RegisteredEventListeners.notifyElementUpdated(RegisteredEventListeners.ElementCreationCallback callback,
boolean remoteEvent) |
Notifies all registered listeners, in no guaranteed order, that an element in the cache was updated
|