public interface InfinispanConfiguration extends CacheConfiguration
| Modifier and Type | Method and Description |
|---|---|
default org.wildfly.clustering.ee.Batcher<TransactionBatch> |
getBatcher() |
<K,V> org.infinispan.Cache<K,V> |
getCache() |
default CacheProperties |
getCacheProperties() |
default <K,V> org.infinispan.Cache<K,V> |
getReadForUpdateCache()
Returns a cache with select-for-update semantics.
|
default <K,V> org.infinispan.Cache<K,V> |
getSilentWriteCache()
Returns a cache whose write operations do not trigger cache listeners.
|
default <K,V> org.infinispan.Cache<K,V> |
getWriteOnlyCache()
Returns a cache for use with write-only operations, e.g.
|
<K,V> org.infinispan.Cache<K,V> getCache()
getCache in interface CacheConfigurationdefault CacheProperties getCacheProperties()
getCacheProperties in interface CacheConfigurationdefault <K,V> org.infinispan.Cache<K,V> getReadForUpdateCache()
K - the cache key typeV - the cache value typedefault <K,V> org.infinispan.Cache<K,V> getWriteOnlyCache()
K - the cache key typeV - the cache value typedefault <K,V> org.infinispan.Cache<K,V> getSilentWriteCache()
K - the cache key typeV - the cache value typedefault org.wildfly.clustering.ee.Batcher<TransactionBatch> getBatcher()
getBatcher in interface CacheConfigurationCopyright © 2021 JBoss by Red Hat. All rights reserved.