Package | Description |
---|---|
com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalCache.dispatch(CoherenceCacheEventEventDispatcher<K,V> dispatcher)
dispatch outstanding JCache Events
|
void |
LocalCache.processExpiries(K key,
CoherenceCacheEventEventDispatcher<K,V> dispatcher)
Process expiry for entry of key.
|
void |
LocalCache.processExpiries(K keyExpired,
V valueExpired,
CoherenceCacheEventEventDispatcher<K,V> dispatcher)
Dispatch an ExpiryEvent to registered CacheEntryListeners.
|