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 booleanNonSyntheticEntryFilter.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 TypeMethodDescriptionbooleanLocalCacheAsynchronousMapListener.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 TypeMethodDescriptionbooleanPartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter.isJCacheSynthetic(CacheEvent evt) -
Uses of CacheEvent in com.tangosol.net.cache
Subclasses of CacheEvent in com.tangosol.net.cacheModifier and TypeClassDescriptionprotected static classA 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 voidAbstractSerializationCache.dispatchEvent(CacheEvent evt) Dispatch the passed event. -
Uses of CacheEvent in com.tangosol.util
Subclasses of CacheEvent in com.tangosol.utilModifier and TypeClassDescriptionprotected static classA DeferredCacheEvent is aCacheEventobject that defers the loading of theold value.static classA Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters.static classA ConverterMapEvent views an underlying MapEvent through a set of key and value Converters.static classAn 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.