Uses of Interface
org.infinispan.hibernate.cache.commons.access.AccessDelegate
-
Packages that use AccessDelegate Package Description org.infinispan.hibernate.cache.commons.access Internal Infinispan-based implementation of the cache region access strategies -
-
Uses of AccessDelegate in org.infinispan.hibernate.cache.commons.access
Classes in org.infinispan.hibernate.cache.commons.access that implement AccessDelegate Modifier and Type Class Description classInvalidationCacheAccessDelegateclassNonStrictAccessDelegateAccess delegate that relaxes the consistency a bit: stale reads are prohibited only after the transaction commits.classNonTxInvalidationCacheAccessDelegateDelegate for non-transactional cachesclassTombstoneAccessDelegateclassTxInvalidationCacheAccessDelegateDelegate for transactional caches
-