Interface BasicCacheConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault Batcher<TransactionBatch> <K,V> org.infinispan.commons.api.BasicCache <K, V> getCache()jakarta.transaction.TransactionManagerMethods inherited from interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
getCacheContainer, getExecutor
-
Method Details
-
getCache
<K,V> org.infinispan.commons.api.BasicCache<K,V> getCache() -
getTransactionManager
jakarta.transaction.TransactionManager getTransactionManager() -
getCacheProperties
CacheProperties getCacheProperties() -
getBatcher
-