Uses of Class
com.tangosol.net.cache.CacheEvent
Packages that use 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
Methods in com.tangosol.coherence.jcache.common with parameters of type CacheEventModifier and TypeMethodDescriptionabstract boolean
NonSyntheticEntryFilter.isJCacheSynthetic
(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache with parameters of type CacheEventModifier and TypeMethodDescriptionboolean
LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter.isJCacheSynthetic
(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type CacheEventModifier and TypeMethodDescriptionboolean
PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter.isJCacheSynthetic
(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.net.cache
Subclasses of CacheEvent in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected static class
A CacheEvent that carries a recent value (to avoid it being lost during eviction).Methods in com.tangosol.net.cache that return CacheEventMethods in com.tangosol.net.cache with parameters of type CacheEventModifier and TypeMethodDescriptionprotected void
AbstractSerializationCache.dispatchEvent
(CacheEvent evt) Dispatch the passed event. -
Uses of CacheEvent in com.tangosol.util
Subclasses of CacheEvent in com.tangosol.utilModifier 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.Methods in com.tangosol.util that return CacheEventModifier and TypeMethodDescriptionCacheEvent
<K, V> ConverterCollections.ConverterCacheEvent.getCacheEvent()
Return the underlying CacheEvent.Constructors in com.tangosol.util with parameters of type CacheEventModifierConstructorDescriptionConverterCacheEvent
(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.