Uses of Class
org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
Packages that use ConcurrentFIFOExoCache
Package
Description
This package provides an API used for data caching.
-
Uses of ConcurrentFIFOExoCache in org.exoplatform.services.cache
Subclasses of ConcurrentFIFOExoCache in org.exoplatform.services.cacheModifier and TypeClassDescriptionclassFIFOExoCache<K extends Serializable,V> Deprecated.classSimpleExoCache<K extends Serializable,V> Deprecated.useConcurrentFIFOExoCacheinstead -
Uses of ConcurrentFIFOExoCache in org.exoplatform.services.cache.concurrent
Subclasses of ConcurrentFIFOExoCache in org.exoplatform.services.cache.concurrentModifier and TypeClassDescriptionclassSimpleReplicatedExoCache<K extends Serializable,V extends Serializable> This implementation ofExoCachewill behave exactly the same way asConcurrentFIFOExoCacheexcept in case of a cache change, indeed the modifications will be first applied locally then it will be replicated over the cluster asynchronously to limit the performance impact on the local cluster node.Constructors in org.exoplatform.services.cache.concurrent with parameters of type ConcurrentFIFOExoCacheModifierConstructorDescriptionListenerContext(CacheListener<? super K, ? super V> listener, ConcurrentFIFOExoCache cache) -
Uses of ConcurrentFIFOExoCache in org.exoplatform.services.cache.invalidation
Subclasses of ConcurrentFIFOExoCache in org.exoplatform.services.cache.invalidationModifier and TypeClassDescriptionclassAsyncInvalidationExoCache<K extends Serializable,V> This implementation ofExoCachewill behave exactly the same way asConcurrentFIFOExoCacheexcept in case of a cache change, indeed the modifications will be first applied locally then it will be invalidated over the cluster asynchronously to limit the performance impact on the local cluster node.
ConcurrentFIFOExoCacheinstead