| Package | Description |
|---|---|
| com.atlassian.cache.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheEntryListenerSupport<K,V>
A utility class which:
Manages a set of
CacheEntryListeners
Provides a way to notify these listeners about different events
|
class |
LazyCacheEntryListenerSupport<K,V> |
class |
ValueCacheEntryListenerSupport<K,V> |
| Modifier and Type | Field and Description |
|---|---|
static CacheEntryListenerSupport |
CacheEntryListenerSupport.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
protected CacheEntryListenerSupport<K,V> |
LazyCacheEntryListenerSupport.createDelegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValueCacheEntryListenerSupport.init(CacheEntryListenerSupport<K,V> actualListenerSupport) |
protected void |
ValueCacheEntryListenerSupport.initValue(CacheEntryListenerSupport<K,V> actualListenerSupport) |
protected void |
ValueCacheEntryListenerSupport.initValueless(CacheEntryListenerSupport<K,V> actualListenerSupport) |
Copyright © 2018 Atlassian. All rights reserved.