| Interface | Description |
|---|---|
| CacheProperties |
Exposes a cache configuration as simple high-level properties.
|
| Creator<K,V,C> |
Creates a value in the cache.
|
| Evictor<K> |
Evicts a cache entry.
|
| Locator<K,V> |
Locates a value from the cache.
|
| Mutator |
Indicates that the value represented by this object has changed and needs to be replicated.
|
| Remover<K> |
Removes an entry from the cache
|
| TransactionBatch |
| Class | Description |
|---|---|
| CacheEntryMutator<K,V> |
Mutates a given cache entry.
|
| InfinispanBatch |
Abstract
TransactionBatch that associates and exposes the underlying transaction. |
| InfinispanBatcher |
A
Batcher implementation based on Infinispan's BatchContainer, except that its transaction reference
is stored within the returned Batch object instead of a ThreadLocal. |
| InfinispanCacheProperties |
Eagerly calculates the properties of a cache configuration.
|
| MutableCacheEntry<V> |
Pairs a cache entry with a mutator capable of mutating the cache entry.
|
| RetryingInvoker |
A invocation strategy that invokes a given task, retrying a configurable number of times on failure using backoff sleep intervals.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.