Interface TransactionAwareCacheFactory
- All Known Implementing Classes:
TransactionalCacheFactory
public interface TransactionAwareCacheFactory
- Since:
- 7.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionAwareCacheFactoryfrom(com.atlassian.cache.CacheFactory delegate) Narrow aCacheFactorydown to theTransactionAwareCacheFactoryinterface.<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 aCacheFactorydown to theTransactionAwareCacheFactoryinterface.
-