Package org.wildfly.clustering.ee.cache
Interface CacheConfiguration
-
public interface CacheConfiguration- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Batcher<TransactionBatch>getBatcher()<K,V>
Map<K,V>getCache()CachePropertiesgetCacheProperties()
-
-
-
Method Detail
-
getCache
<K,V> Map<K,V> getCache()
-
getCacheProperties
CacheProperties getCacheProperties()
-
getBatcher
Batcher<TransactionBatch> getBatcher()
-
-