|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheLoader | |
|---|---|
| org.infinispan.interceptors | |
| org.infinispan.loader | |
| org.infinispan.loader.bucket | |
| org.infinispan.loader.cluster | |
| org.infinispan.loader.decorators | |
| org.infinispan.loader.file | |
| Uses of CacheLoader in org.infinispan.interceptors |
|---|
| Fields in org.infinispan.interceptors declared as CacheLoader | |
|---|---|
protected CacheLoader |
CacheLoaderInterceptor.loader
|
| Uses of CacheLoader in org.infinispan.loader |
|---|
| Subinterfaces of CacheLoader in org.infinispan.loader | |
|---|---|
interface |
CacheStore
A specialization of the CacheLoader interface that can be written to. |
| Classes in org.infinispan.loader that implement CacheLoader | |
|---|---|
class |
AbstractCacheLoader
An abstract CacheLoader that holds common implementations for some methods |
class |
AbstractCacheStore
An abstract CacheStore that holds common implementations for some methods |
class |
LockSupportCacheStore
This class extends AbstractCacheStore adding lock support for consistently acceessing
stored data. |
| Methods in org.infinispan.loader that return CacheLoader | |
|---|---|
CacheLoader |
CacheLoaderManagerImpl.getCacheLoader()
|
CacheLoader |
CacheLoaderManager.getCacheLoader()
|
| Uses of CacheLoader in org.infinispan.loader.bucket |
|---|
| Classes in org.infinispan.loader.bucket that implement CacheLoader | |
|---|---|
class |
BucketBasedCacheStore
Base class for cache store that want to use the 'buckets approach' for storing data. |
| Uses of CacheLoader in org.infinispan.loader.cluster |
|---|
| Classes in org.infinispan.loader.cluster that implement CacheLoader | |
|---|---|
class |
ClusterCacheLoader
Cache loader that consults other members in the cluster for values. |
| Uses of CacheLoader in org.infinispan.loader.decorators |
|---|
| Classes in org.infinispan.loader.decorators that implement CacheLoader | |
|---|---|
class |
AbstractDelegatingStore
Simple delegate that delegates all calls. |
class |
AsyncStore
The AsyncStore is a delegating CacheStore that extends AbstractDelegatingStore, overriding methods to that should not just delegate the operation to the underlying store. |
class |
ChainingCacheStore
A chaining cache loader that allows us to configure > 1 cache loader. |
class |
ReadOnlyStore
A decorator that makes the underlying store a CacheLoader, i.e., suppressing all write
methods. |
class |
SingletonStore
SingletonStore is a delegating cache store used for situations when only one instance should interact with the underlying store. |
| Methods in org.infinispan.loader.decorators with parameters of type CacheLoader | |
|---|---|
void |
ChainingCacheStore.addCacheLoader(CacheLoader loader,
CacheLoaderConfig config)
|
| Uses of CacheLoader in org.infinispan.loader.file |
|---|
| Classes in org.infinispan.loader.file that implement CacheLoader | |
|---|---|
class |
FileCacheStore
A filesystem-based implementation of a BucketBasedCacheStore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||