Package org.exoplatform.services.cache.concurrent
-
Interface Summary Interface Description Queue<I extends Item> The queue needed by the concurrent FIFO cache. -
Class Summary Class Description ConcurrentFIFOExoCache<K extends Serializable,V> AnExoCacheimplementation based onConcurrentHashMapthat minimize locking.Item ListenerContext<K,V> SimpleReplicatedExoCache<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.SynchronizedQueue<I extends Item>