| Interface | Description |
|---|---|
| CacheProperties |
Exposes a cache configuration as simple high-level properties.
|
| 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 org.infinispan.batch.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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.