| Modifier and Type | Method and Description |
|---|---|
void |
CacheEntryAdapter.onAdd(CacheEntryEvent<K,V> event) |
void |
CacheEntryListener.onAdd(CacheEntryEvent<K,V> event)
Invoked when a key-value was added to the cache
|
void |
CacheEntryAdapter.onEvict(CacheEntryEvent<K,V> event) |
void |
CacheEntryListener.onEvict(CacheEntryEvent<K,V> event)
Invoked when a key-value was evicted from the cache
|
void |
CacheEntryAdapter.onRemove(CacheEntryEvent<K,V> event) |
void |
CacheEntryListener.onRemove(CacheEntryEvent<K,V> event)
Invoked when a key-value was removed from the cache
|
void |
CacheEntryAdapter.onUpdate(CacheEntryEvent<K,V> event) |
void |
CacheEntryListener.onUpdate(CacheEntryEvent<K,V> event)
Invoked when key-value was changed in the cache
|
Copyright © 2018 Atlassian. All rights reserved.