Uses of Class
org.exoplatform.services.cache.impl.infinispan.distributed.DistributedExoCache.CacheKey
-
Packages that use DistributedExoCache.CacheKey Package Description org.exoplatform.services.cache.impl.infinispan.distributed -
-
Uses of DistributedExoCache.CacheKey in org.exoplatform.services.cache.impl.infinispan.distributed
Fields in org.exoplatform.services.cache.impl.infinispan.distributed with type parameters of type DistributedExoCache.CacheKey Modifier and Type Field Description protected org.infinispan.AdvancedCache<DistributedExoCache.CacheKey<K>,V>DistributedExoCache. cacheMethods in org.exoplatform.services.cache.impl.infinispan.distributed with parameters of type DistributedExoCache.CacheKey Modifier and Type Method Description protected voidDistributedExoCache.ClearCacheMapper. _map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<Void,Void> collector)This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the contextprotected voidDistributedExoCache.GetCachedObjectsMapper. _map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<String,List<V>> collector)This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the contextprotected voidDistributedExoCache.GetEntriesMapper. _map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<K,V> collector)This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the contextprotected voidDistributedExoCache.GetSizeMapper. _map(DistributedExoCache.CacheKey<K> key, V value, org.infinispan.distexec.mapreduce.Collector<String,Integer> collector)This method is in fact an internal mapping, it will be called by the map method in case the given key matches with the contextMethod parameters in org.exoplatform.services.cache.impl.infinispan.distributed with type arguments of type DistributedExoCache.CacheKey Modifier and Type Method Description voidDistributedExoCache.CacheEventListener. cacheEntrCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<DistributedExoCache.CacheKey<K>,V> evt)voidDistributedExoCache.CacheEventListener. cacheEntryEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<DistributedExoCache.CacheKey<K>,V> evt)Warning Infinispan triggers aCacheEntryEvictedEventonly at explicit eviction that is done lazily which is not exactly what we expect, we still use it to be able to use it withavoidValueReplicationset totrue.voidDistributedExoCache.CacheEventListener. cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<DistributedExoCache.CacheKey<K>,V> evt)voidDistributedExoCache.CacheEventListener. cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<DistributedExoCache.CacheKey<K>,V> evt)
-