Uses of Interface
org.infinispan.commons.api.TransactionalCache
Packages that use TransactionalCache
Package
Description
Hot Rod client API.
-
Uses of TransactionalCache in org.infinispan.client.hotrod
Subinterfaces of TransactionalCache in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterfaceRemoteCache<K,V> Provides remote reference to a Hot Rod server/cluster. -
Uses of TransactionalCache in org.infinispan.client.hotrod.impl
Subinterfaces of TransactionalCache in org.infinispan.client.hotrod.implClasses in org.infinispan.client.hotrod.impl that implement TransactionalCacheModifier and TypeClassDescriptionclassDelegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classNearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V> classRemoteCacheSupport<K,V> Purpose: keep all delegating and unsupported methods in one place -> readability. -
Uses of TransactionalCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement TransactionalCache