Uses of Class
com.tangosol.net.cache.CacheEvent
Package
Description
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of CacheEvent in com.tangosol.coherence.jcache.common
Modifier and TypeMethodDescriptionabstract boolean
NonSyntheticEntryFilter.isJCacheSynthetic
(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.coherence.jcache.localcache
Modifier and TypeMethodDescriptionboolean
LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter.isJCacheSynthetic
(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeMethodDescriptionboolean
PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter.isJCacheSynthetic
(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.net.cache
Modifier and TypeClassDescriptionprotected static class
A CacheEvent that carries a recent value (to avoid it being lost during eviction).Modifier and TypeMethodDescriptionprotected void
AbstractSerializationCache.dispatchEvent
(CacheEvent evt) Dispatch the passed event. -
Uses of CacheEvent in com.tangosol.util
Modifier and TypeClassDescriptionprotected static class
A DeferredCacheEvent is aCacheEvent
object that defers the loading of theold value
.static class
A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.static class
A ConverterMapEvent views an underlying MapEvent through a set of key and value Converters.static class
An extension of the CacheEvent which may carry no values (old or new), but instead holds on an array of Filter objects being the "cause" of the event.Modifier and TypeMethodDescriptionCacheEvent
<K, V> ConverterCollections.ConverterCacheEvent.getCacheEvent()
Return the underlying CacheEvent.ModifierConstructorDescriptionConverterCacheEvent
(ObservableMap<K, V> map, CacheEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal) Constructor.ConverterCacheEvent
(ObservableMap<K, V> map, CacheEvent<K, V> event, Converter<K, K> convKey, Converter<V, V> convVal, BackingMapManagerContext context) Construct a ConverterMapEvent.