Package | Description |
---|---|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncStore
The AsyncStore is a delegating CacheStore that buffers changes and writes them asynchronously to
the underlying CacheStore.
|
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.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.