See: Description
Class | Description |
---|---|
AbstractDecoratorConfigurationBean |
Class to aid decorators to be able to fluently modify parent properties.
|
AbstractDelegatingStore |
Simple delegate that delegates all calls.
|
AsyncStore |
The AsyncStore is a delegating CacheStore that extends AbstractDelegatingStore, overriding methods to that should not
just delegate the operation to the underlying store.
|
AsyncStoreConfig |
Configuration for the async cache loader.
|
ChainingCacheStore |
A chaining cache loader that allows us to configure > 1 cache loader.
|
ReadOnlyStore |
A decorator that makes the underlying store a
CacheLoader , i.e., suppressing all write
methods. |
SingletonStore |
SingletonStore is a delegating cache store used for situations when only one instance should interact with the
underlying store.
|
SingletonStoreConfig |
SingletonStore is a delegating cache store used for situations when only one
instance in a cluster should interact with the underlying store.
|
Exception | Description |
---|---|
SingletonStore.PushStateException |
Exception representing any issues that arise from pushing the in-memory state to the cache loader.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.