Uses of Interface
org.infinispan.commons.api.TransactionalCache
-
Packages that use TransactionalCache Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl org.infinispan.security Security API.org.infinispan.security.impl -
-
Uses of TransactionalCache in org.infinispan
Subinterfaces of TransactionalCache in org.infinispan Modifier and Type Interface Description interfaceAdvancedCache<K,V>An advanced interface that exposes additional methods not available onCache.Classes in org.infinispan that implement TransactionalCache Modifier and Type Class Description classAbstractDelegatingAdvancedCache<K,V>Deprecated.Extend fromAbstractDelegatingAdvancedCacheinstead. -
Uses of TransactionalCache in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement TransactionalCache Modifier and Type Class Description classAbstractDelegatingAdvancedCache<K,V>Similar toAbstractDelegatingCache, but forAdvancedCache.classCacheImpl<K,V>classDecoratedCache<K,V>A decorator to a cache, which can be built with a specific set ofFlags.classEncoderCache<K,V>classSimpleCacheImpl<K,V>Simple local cache without interceptor stack.classStatsCollectingCache<K,V>Wraps existingAdvancedCacheto collect statistics -
Uses of TransactionalCache in org.infinispan.client.hotrod
Subinterfaces of TransactionalCache in org.infinispan.client.hotrod Modifier and Type Interface Description interfaceRemoteCache<K,V>Provides remote reference to a Hot Rod server/cluster. -
Uses of TransactionalCache in org.infinispan.client.hotrod.impl
Classes in org.infinispan.client.hotrod.impl that implement TransactionalCache Modifier and Type Class Description classInvalidatedNearRemoteCache<K,V>NearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V>classRemoteCacheSupport<K,V>Purpose: keep all delegating and unsupported methods in one place -> readability. -
Uses of TransactionalCache in org.infinispan.security
Subinterfaces of TransactionalCache in org.infinispan.security Modifier and Type Interface Description interfaceSecureCache<K,V>SecureCache. -
Uses of TransactionalCache in org.infinispan.security.impl
Classes in org.infinispan.security.impl that implement TransactionalCache Modifier and Type Class Description classSecureCacheImpl<K,V>SecureCacheImpl.
-