Package org.exoplatform.services.cache.concurrent
package org.exoplatform.services.cache.concurrent
-
ClassDescriptionAn
ExoCacheimplementation based onConcurrentHashMapthat minimize locking.ListenerContext<K,V> The queue needed by the concurrent FIFO cache.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.SynchronizedQueue<I extends Item>