Uses of Interface
com.atlassian.confluence.impl.cache.tx.TransactionAwareCache
Packages that use TransactionAwareCache
-
Uses of TransactionAwareCache in com.atlassian.confluence.impl.cache.tx
Methods in com.atlassian.confluence.impl.cache.tx that return TransactionAwareCacheModifier and TypeMethodDescriptionstatic <K,V> TransactionAwareCache <K, V> TransactionAwareCache.from(com.atlassian.cache.Cache<K, V> delegate) Narrow a standardCachedown to theTransactionAwareCacheinterface.<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) <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)