Uses of Interface
org.infinispan.commons.api.BasicCache
Packages that use BasicCache
Package
Description
Hot Rod client API.
Commons API package
-
Uses of BasicCache in org.infinispan.client.hotrod
Subinterfaces of BasicCache in org.infinispan.client.hotrodModifier and TypeInterfaceDescriptioninterfaceRemoteCache<K,V> Provides remote reference to a Hot Rod server/cluster. -
Uses of BasicCache in org.infinispan.client.hotrod.impl
Subinterfaces of BasicCache in org.infinispan.client.hotrod.implClasses in org.infinispan.client.hotrod.impl that implement BasicCacheModifier 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 BasicCache in org.infinispan.client.hotrod.impl.transaction
Classes in org.infinispan.client.hotrod.impl.transaction that implement BasicCache -
Uses of BasicCache in org.infinispan.commons.api
Methods in org.infinispan.commons.api that return BasicCacheModifier and TypeMethodDescription<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> 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