public interface ActivationManager
Modifier and Type | Method and Description |
---|---|
long |
getActivationCount()
Get number of activations executed.
|
void |
onRemove(Object key,
boolean newEntry)
Remove key and associated value from cache store and update the activation counter.
|
void |
onUpdate(Object key,
boolean newEntry)
Remove key and associated value from cache store and update the activation counter.
|
void onUpdate(Object key, boolean newEntry)
key
- Key to removenewEntry
- true
if the entry does not exists in-memoryvoid onRemove(Object key, boolean newEntry)
key
- Key to activatenewEntry
- true
if the entry does not exists in-memorylong getActivationCount()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.