|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Cache in org.infinispan |
|---|
| Subinterfaces of Cache in org.infinispan | |
|---|---|
interface |
AdvancedCache<K,V>
An advanced interface that exposes additional methods not available on Cache. |
| Classes in org.infinispan that implement Cache | |
|---|---|
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 |
CacheDelegate<K,V>
|
| Constructors in org.infinispan with parameters of type Cache | |
|---|---|
AbstractDelegatingCache(Cache<K,V> cache)
|
|
| Uses of Cache in org.infinispan.atomic |
|---|
| Subinterfaces of Cache in org.infinispan.atomic | |
|---|---|
interface |
AtomicMapCache<K,V>
This interface adds the getAtomicMap() method which allows users to get a hold of a map type where operations on its elements are all atomic. |
| Methods in org.infinispan.atomic with parameters of type Cache | |
|---|---|
AtomicMap |
AtomicHashMap.getProxy(Cache cache,
Object mapKey,
BatchContainer batchContainer,
InvocationContextContainer invocationContextContainer)
|
static AtomicHashMap |
AtomicHashMap.newInstance(Cache cache,
Object cacheKey)
Construction only allowed through this factory method. |
| Constructors in org.infinispan.atomic with parameters of type Cache | |
|---|---|
AtomicHashMapProxy(Cache cache,
Object deltaMapKey,
BatchContainer batchContainer,
InvocationContextContainer icc)
|
|
| Uses of Cache in org.infinispan.commands |
|---|
| Methods in org.infinispan.commands with parameters of type Cache | |
|---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache cache,
InterceptorChain interceptorChain,
CacheLoaderManager clManager)
|
| Uses of Cache in org.infinispan.eviction |
|---|
| Methods in org.infinispan.eviction with parameters of type Cache | |
|---|---|
void |
EvictionManagerImpl.initialize(ScheduledExecutorService executor,
Configuration configuration,
Cache cache,
DataContainer dataContainer,
CacheLoaderManager cacheLoaderManager)
|
| Uses of Cache in org.infinispan.factories |
|---|
| Methods in org.infinispan.factories that return Cache | |
|---|---|
Cache<K,V> |
DefaultCacheFactory.createCache(Configuration configuration,
GlobalComponentRegistry globalComponentRegistry,
String cacheName)
This implementation clones the configuration passed in before using it. |
Cache<K,V> |
DefaultCacheFactory.createDefaultCache(Configuration configuration)
|
| Uses of Cache in org.infinispan.loader |
|---|
| Methods in org.infinispan.loader with parameters of type Cache | |
|---|---|
void |
LockSupportCacheStore.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
|
void |
CacheLoader.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
Used to initialize a cache loader. |
void |
AbstractCacheStore.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
|
void |
CacheLoaderManagerImpl.inject(Cache cache,
Marshaller marshaller,
Configuration configuration)
|
| Uses of Cache in org.infinispan.loader.cluster |
|---|
| Methods in org.infinispan.loader.cluster with parameters of type Cache | |
|---|---|
void |
ClusterCacheLoader.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
|
| Uses of Cache in org.infinispan.loader.decorators |
|---|
| Methods in org.infinispan.loader.decorators with parameters of type Cache | |
|---|---|
void |
ChainingCacheStore.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
|
void |
AbstractDelegatingStore.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
|
protected void |
SingletonStore.pushState(Cache cache)
Pushes the state of a specific cache by reading the cache's data and putting in the cache store. |
| Constructors in org.infinispan.loader.decorators with parameters of type Cache | |
|---|---|
SingletonStore(CacheStore delegate,
Cache cache,
SingletonStoreConfig config)
|
|
| Uses of Cache in org.infinispan.loader.file |
|---|
| Methods in org.infinispan.loader.file with parameters of type Cache | |
|---|---|
void |
FileCacheStore.init(CacheLoaderConfig config,
Cache cache,
Marshaller m)
|
| Uses of Cache in org.infinispan.manager |
|---|
| Methods in org.infinispan.manager that return Cache | ||
|---|---|---|
|
DefaultCacheManager.getCache()
Retrieves the default cache associated with this cache manager. |
|
|
CacheManager.getCache()
Retrieves the default cache associated with this cache manager. |
|
|
DefaultCacheManager.getCache(String cacheName)
Retrieves a named cache from the system. |
|
|
CacheManager.getCache(String cacheName)
Retrieves a named cache from the system. |
|
| Uses of Cache in org.infinispan.notifications.cachelistener.event |
|---|
| Methods in org.infinispan.notifications.cachelistener.event that return Cache | |
|---|---|
Cache |
EventImpl.getCache()
|
Cache |
Event.getCache()
|
| Methods in org.infinispan.notifications.cachelistener.event with parameters of type Cache | |
|---|---|
void |
EventImpl.setCache(Cache cache)
|
| Constructors in org.infinispan.notifications.cachelistener.event with parameters of type Cache | |
|---|---|
EventImpl(boolean pre,
Cache cache,
Object key,
Transaction transaction,
boolean originLocal,
boolean successful,
Event.Type type,
Object value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||