Uses of Interface
org.infinispan.commons.api.Lifecycle
-
Packages that use Lifecycle Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.api Commons API package -
-
Uses of Lifecycle in org.infinispan.client.hotrod
Subinterfaces of Lifecycle in org.infinispan.client.hotrod Modifier and Type Interface Description interfaceRemoteCache<K,V>Provides remote reference to a Hot Rod server/cluster.interfaceRemoteCacheContainerClasses in org.infinispan.client.hotrod that implement Lifecycle Modifier and Type Class Description classRemoteCacheManagerFactory forRemoteCaches. -
Uses of Lifecycle in org.infinispan.commons.api
Subinterfaces of Lifecycle in org.infinispan.commons.api Modifier and Type Interface Description interfaceBasicCache<K,V>BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.interfaceBasicCacheContainerBasicCacheContainer defines the methods used to obtain aBasicCache.
-