Interface | Description |
---|---|
CacheLoader |
Responsible for loading cache data from an external source
|
CacheLoaderConfig |
Configures individual cache loaders
|
CacheStore |
A specialization of the
CacheLoader interface that can be written to. |
CacheStoreConfig |
Defines config elements for all CacheStoreConfigs.
|
Class | Description |
---|---|
AbstractCacheLoader |
An abstract
CacheLoader that holds common implementations for some methods |
AbstractCacheLoaderConfig |
Abstract base class for CacheLoaderConfigs.
|
AbstractCacheStore |
An abstract
CacheStore that holds common implementations for some methods |
AbstractCacheStoreConfig |
Configures
AbstractCacheStore . |
LockSupportCacheStore<L> |
This class extends
AbstractCacheStore adding lock support for consistently accessing stored data. |
LockSupportCacheStoreConfig |
Adds configuration support for
LockSupportCacheStore . |
Exception | Description |
---|---|
CacheLoaderException |
An exception thrown by a
CacheLoader implementation if there are problems reading from a loader. |
Annotation Type | Description |
---|---|
CacheLoaderMetadata |
Allows you to provide metadata, such as CacheLoaderConfig type via annotation so that the CacheLoader or CacheStore
need not be instantiated by the configuration parser to set up the cache loader configuration.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.