Interface | Description |
---|---|
RecoveryStore<K> |
A recovery store is used during entry cleanup done by the
ResilienceStrategy . |
ResilienceStrategy<K,V> |
A strategy for providing cache resilience in the face of failure.
|
ResilienceStrategyProvider |
A
Service that creates ResilienceStrategy instances. |
Exception | Description |
---|---|
StoreAccessException |
Generic exception used when an internal operation fails on a
Cache . |
ResilienceStrategy
API of a Cache
.