Uses of Class
org.exoplatform.services.cache.concurrent.ConcurrentFIFOExoCache
-
Packages that use ConcurrentFIFOExoCache Package Description org.exoplatform.services.cache This package provides an API used for data caching.org.exoplatform.services.cache.concurrent org.exoplatform.services.cache.invalidation -
-
Uses of ConcurrentFIFOExoCache in org.exoplatform.services.cache
Subclasses of ConcurrentFIFOExoCache in org.exoplatform.services.cache Modifier and Type Class Description classFIFOExoCache<K extends Serializable,V>Deprecated.useConcurrentFIFOExoCacheinsteadclassSimpleExoCache<K extends Serializable,V>Deprecated.useConcurrentFIFOExoCacheinstead -
Uses of ConcurrentFIFOExoCache in org.exoplatform.services.cache.concurrent
Subclasses of ConcurrentFIFOExoCache in org.exoplatform.services.cache.concurrent Modifier and Type Class Description classSimpleReplicatedExoCache<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 ConcurrentFIFOExoCache Constructor Description ListenerContext(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.invalidation Modifier and Type Class Description classAsyncInvalidationExoCache<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.
-