Uses of Class
com.tangosol.coherence.jcache.common.CoherenceCacheEventEventDispatcher
-
Packages that use CoherenceCacheEventEventDispatcher Package Description com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache. -
-
Uses of CoherenceCacheEventEventDispatcher in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache with parameters of type CoherenceCacheEventEventDispatcher Modifier and Type Method Description void
LocalCache. dispatch(CoherenceCacheEventEventDispatcher<K,V> dispatcher)
dispatch outstanding JCache Eventsvoid
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.
-