| Interface | Description |
|---|---|
| Queue<I extends Item> |
The queue needed by the concurrent FIFO cache.
|
| Class | Description |
|---|---|
| ConcurrentFIFOExoCache<K extends Serializable,V> |
An
ExoCache implementation based on ConcurrentHashMap
that minimize locking. |
| Item | |
| ListenerContext<K,V> | |
| SimpleReplicatedExoCache<K extends Serializable,V extends Serializable> |
This implementation of
ExoCache will behave exactly the same way as ConcurrentFIFOExoCache
except 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> |
Copyright © 2018 eXo Platform SAS. All Rights Reserved.