public interface ActivationManager
| Modifier and Type | Method and Description |
|---|---|
long |
getActivationCount()
Get number of activations executed.
|
void |
onRemove(java.lang.Object key,
boolean newEntry)
Remove key and associated value from cache store and update the activation counter.
|
void |
onUpdate(java.lang.Object key,
boolean newEntry)
Remove key and associated value from cache store and update the activation counter.
|
void onUpdate(java.lang.Object key,
boolean newEntry)
key - Key to removenewEntry - true if the entry does not exists in-memoryvoid onRemove(java.lang.Object key,
boolean newEntry)
key - Key to activatenewEntry - true if the entry does not exists in-memorylong getActivationCount()