Package org.exoplatform.services.cache.invalidation
-
Class Summary Class Description AsyncInvalidationExoCache<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.HashCode<V> We use this class to propagate the hash code of the value efficiently over the networkInvalidationExoCache<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.