|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicCache | |
|---|---|
| org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
| org.infinispan.api | API package |
| org.infinispan.client.hotrod | |
| org.infinispan.client.hotrod.impl | |
| org.infinispan.spring.provider | Spring Infinispan - An implementation of Spring 3.1's Cache SPI based on JBoss Infinispan. |
| org.infinispan.spring.support.remote | |
| Uses of BasicCache in org.infinispan |
|---|
| Subinterfaces of BasicCache in org.infinispan | |
|---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on Cache. |
interface |
Cache<K,V>
The central interface of Infinispan. |
| Classes in org.infinispan that implement BasicCache | |
|---|---|
class |
AbstractDelegatingAdvancedCache<K,V>
Similar to AbstractDelegatingCache, but for AdvancedCache. |
class |
AbstractDelegatingCache<K,V>
This is a convenient base class for implementing a cache delegate. |
class |
CacheImpl<K,V>
|
class |
CacheSupport<K,V>
|
class |
ClassLoaderSpecfiedCache<K,V>
|
class |
DecoratedCache<K,V>
A decorator to a cache, which can be built with a specific ClassLoader and a set of Flags. |
| Uses of BasicCache in org.infinispan.api |
|---|
| Methods in org.infinispan.api that return BasicCache | ||
|---|---|---|
|
BasicCacheContainer.getCache()
Retrieves the default cache associated with this cache container. |
|
|
BasicCacheContainer.getCache(String cacheName)
Retrieves a named cache from the system. |
|
| Uses of BasicCache in org.infinispan.client.hotrod |
|---|
| Subinterfaces of BasicCache in org.infinispan.client.hotrod | |
|---|---|
interface |
RemoteCache<K,V>
Provides remote reference to a Hot Rod server/cluster. |
| Uses of BasicCache in org.infinispan.client.hotrod.impl |
|---|
| Classes in org.infinispan.client.hotrod.impl that implement BasicCache | |
|---|---|
class |
RemoteCacheImpl<K,V>
|
class |
RemoteCacheSupport<K,V>
Purpose: keep all delegating and unsupported methods in one place -> readability. |
| Uses of BasicCache in org.infinispan.spring.provider |
|---|
| Methods in org.infinispan.spring.provider that return BasicCache | |
|---|---|
BasicCache<?,?> |
SpringCache.getNativeCache()
|
| Constructors in org.infinispan.spring.provider with parameters of type BasicCache | |
|---|---|
SpringCache(BasicCache<Object,Object> nativeCache)
|
|
| Uses of BasicCache in org.infinispan.spring.support.remote |
|---|
| Methods in org.infinispan.spring.support.remote that return BasicCache | |
|---|---|
BasicCache<K,V> |
InfinispanNamedRemoteCacheFactoryBean.getObject()
|
| Methods in org.infinispan.spring.support.remote that return types with arguments of type BasicCache | |
|---|---|
Class<? extends BasicCache> |
InfinispanNamedRemoteCacheFactoryBean.getObjectType()
|
|
--> | |||||||||