Uses of Class
org.infinispan.interceptors.impl.CacheWriterInterceptor
Packages that use CacheWriterInterceptor
-
Uses of CacheWriterInterceptor in org.infinispan.interceptors.impl
Subclasses of CacheWriterInterceptor in org.infinispan.interceptors.implModifier and TypeClassDescriptionclassCache store interceptor specific for the distribution and replication cache modes.classSimilar toDistCacheWriterInterceptorbut as commands are not forwarded from primary owner so we just write to the store all the time (with non-shared interceptors).