Package org.exoplatform.services.cache.invalidation
package org.exoplatform.services.cache.invalidation
-
ClassesClassDescriptionThis implementation of
ExoCachewill 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 networkThis 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.