Uses of Interface
com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
-
Packages that use TransactionAwareCache Package Description com.atlassian.confluence.cache com.atlassian.confluence.impl.cache.tx -
-
Uses of TransactionAwareCache in com.atlassian.confluence.cache
Methods in com.atlassian.confluence.cache that return TransactionAwareCache Modifier and Type Method Description <K,V>
TransactionAwareCache<K,V>TransactionalCacheFactory. getTxCache(String cacheName)<K,V>
TransactionAwareCache<K,V>TransactionalCacheFactory. getTxCache(String cacheName, com.atlassian.cache.CacheLoader<K,V> loader) -
Uses of TransactionAwareCache in com.atlassian.confluence.impl.cache.tx
Methods in com.atlassian.confluence.impl.cache.tx that return TransactionAwareCache Modifier and Type Method Description static <K,V>
TransactionAwareCache<K,V>TransactionAwareCache. from(com.atlassian.cache.Cache<K,V> delegate)Narrow a standardCachedown to theTransactionAwareCacheinterface.<K,V>
TransactionAwareCache<K,V>TransactionAwareCacheFactory. getTxCache(String cacheName)<K,V>
TransactionAwareCache<K,V>TransactionAwareCacheFactory. getTxCache(String cacheName, com.atlassian.cache.CacheLoader<K,V> loader)
-