Interface BasicCacheConfiguration
- All Superinterfaces:
BasicCacheContainerConfiguration,CacheConfiguration
public interface BasicCacheConfiguration
extends CacheConfiguration, BasicCacheContainerConfiguration
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.wildfly.clustering.function.Supplier<Batch> <K,V> org.infinispan.commons.api.BasicCache <K, V> getCache()<K,V> CacheEntryMutatorFactory <K, V> <K,V, O> CacheEntryMutatorFactory <K, O> getCacheEntryMutatorFactory(Function<O, BiFunction<Object, V, V>> functionFactory) jakarta.transaction.TransactionManagerMethods inherited from interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
getCacheContainer, getExecutor, getName
-
Method Details
-
getCache
<K,V> org.infinispan.commons.api.BasicCache<K,V> getCache() -
getCacheEntryMutatorFactory
-
getCacheEntryMutatorFactory
<K,V, CacheEntryMutatorFactory<K,O> O> getCacheEntryMutatorFactory(Function<O, BiFunction<Object, V, V>> functionFactory) -
getTransactionManager
jakarta.transaction.TransactionManager getTransactionManager() -
getCacheProperties
CacheProperties getCacheProperties()- Specified by:
getCachePropertiesin interfaceCacheConfiguration
-
getBatchFactory
- Specified by:
getBatchFactoryin interfaceCacheConfiguration
-