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.client.hotrod Hot Rod client API.org.infinispan.security Security API. -
-
Uses of TransactionalCache in org.infinispan
Subinterfaces of TransactionalCache in org.infinispan Modifier and Type Interface Description interface
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available onCache
. -
Uses of TransactionalCache in org.infinispan.client.hotrod
Subinterfaces of TransactionalCache in org.infinispan.client.hotrod Modifier and Type Interface Description interface
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster. -
Uses of TransactionalCache in org.infinispan.security
Subinterfaces of TransactionalCache in org.infinispan.security Modifier and Type Interface Description interface
SecureCache<K,V>
SecureCache.
-