Uses of Interface
org.infinispan.commons.api.BasicCache
-
Packages that use BasicCache 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.commons.api Commons API packageorg.infinispan.security Security API. -
-
Uses of BasicCache in org.infinispan
Subinterfaces of BasicCache in org.infinispan Modifier and Type Interface Description interfaceAdvancedCache<K,V>An advanced interface that exposes additional methods not available onCache.interfaceCache<K,V>The central interface of Infinispan. -
Uses of BasicCache in org.infinispan.client.hotrod
Subinterfaces of BasicCache in org.infinispan.client.hotrod Modifier and Type Interface Description interfaceRemoteCache<K,V>Provides remote reference to a Hot Rod server/cluster. -
Uses of BasicCache in org.infinispan.commons.api
Methods in org.infinispan.commons.api that return BasicCache Modifier and Type Method Description <K,V>
BasicCache<K,V>CacheContainerAdmin. createCache(String name, A configuration)Creates a cache on the container using the specified template.<K,V>
BasicCache<K,V>CacheContainerAdmin. createCache(String name, String template)Creates a cache on the container using the specified template.<K,V>
BasicCache<K,V>BasicCacheContainer. getCache()Retrieves the default cache associated with this cache container.<K,V>
BasicCache<K,V>BasicCacheContainer. getCache(String cacheName)Retrieves a cache by name.<K,V>
BasicCache<K,V>CacheContainerAdmin. getOrCreateCache(String name, A configuration)Retrieves an existing cache or creates one using the specified template if it doesn't exist<K,V>
BasicCache<K,V>CacheContainerAdmin. getOrCreateCache(String name, String template)Retrieves an existing cache or creates one using the specified template if it doesn't exist -
Uses of BasicCache in org.infinispan.security
Subinterfaces of BasicCache in org.infinispan.security Modifier and Type Interface Description interfaceSecureCache<K,V>SecureCache.
-