| Class | Description |
|---|---|
| AsyncInvalidationExoCache<K extends Serializable,V> |
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 invalidated over the cluster asynchronously to limit the performance impact
on the local cluster node. |
| HashCode<V> |
We use this class to propagate the hash code of the value efficiently over the network
|
| InvalidationExoCache<K extends Serializable,V> |
This eXo cache type is a decorator allowing ExoCache instances that have
big values or non serializable values to be replicated thanks to an invalidation
mechanism.
|
Copyright © 2021 eXo Platform SAS. All Rights Reserved.