Subclasses of AbstractDelegatingStore in org.infinispan.loaders.decorators |
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 |
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. |