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.classPassivation writer ignores any create/modify operations and only does removals.classSimilar toDistCacheWriterInterceptorbut as commands are not forwarded from primary owner so we just write to the store all the time (with non-shared interceptors).