| Package | Description | 
|---|---|
| com.tangosol.coherence.jcache.common | Common utilities used by Coherence JCache. | 
| com.tangosol.coherence.jcache.localcache | Contains classes related to local cache implementation of Coherence JCache. | 
| com.tangosol.coherence.jcache.partitionedcache | Contains classes related to partitioned cache implementation of Coherence JCache. | 
| com.tangosol.net.cache | Contains classes providing various caching strategies. | 
| com.tangosol.util | Contains various generic utilities. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract boolean | NonSyntheticEntryFilter. isJCacheSynthetic(CacheEvent evt) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | LocalCacheAsynchronousMapListener.NonSyntheticEntryFilter. isJCacheSynthetic(CacheEvent evt) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter. isJCacheSynthetic(CacheEvent evt) | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | OverflowMap.HistoricCacheEventA CacheEvent that carries a recent value (to avoid it being lost during eviction). | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractSerializationCache. dispatchEvent(CacheEvent evt)Dispatch the passed event. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | AbstractKeyBasedMap.DeferredCacheEvent<K,V>A DeferredCacheEvent is a  CacheEventobject that defers the loading of theold value. | 
| static class  | ConverterCollections.ConverterCacheEventA Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters. | 
| static class  | ConverterCollections.ConverterMapEventA ConverterMapEvent views an underlying MapEvent through a set of key and value Converters. | 
| static class  | MapListenerSupport.FilterEventAn 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 Type | Method and Description | 
|---|---|
| CacheEvent | ConverterCollections.ConverterCacheEvent. getCacheEvent()Return the underlying CacheEvent. | 
| Constructor and Description | 
|---|
| ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal)Constructor. | 
| ConverterCacheEvent(ObservableMap map, CacheEvent event, Converter convKey, Converter convVal, BackingMapManagerContext context)Construct a ConverterMapEvent. |