|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheEntryEvent | |
|---|---|
| com.atlassian.cache | |
| com.atlassian.cache.impl | |
| Uses of CacheEntryEvent in com.atlassian.cache |
|---|
| Methods in com.atlassian.cache with parameters of type CacheEntryEvent | |
|---|---|
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 |
| Uses of CacheEntryEvent in com.atlassian.cache.impl |
|---|
| Classes in com.atlassian.cache.impl that implement CacheEntryEvent | |
|---|---|
class |
DefaultCacheEntryEvent<K,V>
A default implementation for CacheEntryEvent |
| Methods in com.atlassian.cache.impl with parameters of type CacheEntryEvent | ||
|---|---|---|
|
CacheEntryNotificationSupport.notifyAdd(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event)
|
|
|
CacheEntryNotificationSupport.notifyEvict(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event)
|
|
|
CacheEntryNotificationSupport.notifyRemove(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event)
|
|
|
CacheEntryNotificationSupport.notifyUpdate(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||