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.cache.impl org.infinispan.client.hotrod Hot Rod client API.org.infinispan.commons.api Commons API packageorg.infinispan.security Security API.org.infinispan.spring.provider Spring Infinispan - An implementation of Spring's Cache SPI based on JBoss Infinispan. -
-
Uses of BasicCache in org.infinispan
Subinterfaces of BasicCache in org.infinispan Modifier and Type Interface Description interface
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available onCache
.interface
Cache<K,V>
The central interface of Infinispan.Classes in org.infinispan that implement BasicCache Modifier and Type Class Description class
AbstractDelegatingAdvancedCache<K,V>
Deprecated.Extend fromAbstractDelegatingAdvancedCache
instead.class
AbstractDelegatingCache<K,V>
Deprecated.Extend fromAbstractDelegatingCache
instead. -
Uses of BasicCache in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw BasicCache Modifier and Type Class Description class
org.infinispan.cache.impl.AbstractDelegatingAdvancedCache<K,V>
Similar toAbstractDelegatingCache
, but forAdvancedCache
.class
org.infinispan.cache.impl.AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate. -
Uses of BasicCache in org.infinispan.client.hotrod
Subinterfaces of BasicCache 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 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(java.lang.String name, A configuration)
Creates a cache on the container using the specified template.<K,V>
BasicCache<K,V>CacheContainerAdmin. createCache(java.lang.String name, java.lang.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(java.lang.String cacheName)
Retrieves a named cache from the system.<K,V>
BasicCache<K,V>CacheContainerAdmin. getOrCreateCache(java.lang.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(java.lang.String name, java.lang.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 interface
SecureCache<K,V>
SecureCache. -
Uses of BasicCache in org.infinispan.spring.provider
Methods in org.infinispan.spring.provider that return BasicCache Modifier and Type Method Description BasicCache<?,?>
SpringCache. getNativeCache()
Constructors in org.infinispan.spring.provider with parameters of type BasicCache Constructor Description SpringCache(BasicCache nativeCache)
SpringCache(BasicCache nativeCache, long readTimeout, long writeTimeout)
-