Uses of Class
org.infinispan.hibernate.cache.commons.access.BaseInvalidationInterceptor
Packages that use BaseInvalidationInterceptor
Package
Description
Internal Infinispan-based implementation of the cache region access strategies
-
Uses of BaseInvalidationInterceptor in org.infinispan.hibernate.cache.commons.access
Subclasses of BaseInvalidationInterceptor in org.infinispan.hibernate.cache.commons.accessModifier and TypeClassDescriptionclassThis interceptor should completely replace default InvalidationInterceptor.classThis interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.