Interface TransactionAwareCacheFactory
- All Known Implementing Classes:
TransactionalCacheFactory
public interface TransactionAwareCacheFactory
- Since:
- 7.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionAwareCacheFactory
from
(com.atlassian.cache.CacheFactory delegate) Narrow aCacheFactory
down to theTransactionAwareCacheFactory
interface.<K,
V> TransactionAwareCache<K, V> getTxCache
(String cacheName) <K,
V> TransactionAwareCache<K, V> getTxCache
(String cacheName, com.atlassian.cache.CacheLoader<K, V> loader)
-
Method Details
-
getTxCache
-
getTxCache
<K,V> TransactionAwareCache<K,V> getTxCache(String cacheName, com.atlassian.cache.CacheLoader<K, V> loader) -
from
Narrow aCacheFactory
down to theTransactionAwareCacheFactory
interface.
-