public interface TransactionAwareCacheFactory
Modifier and Type | Method and Description |
---|---|
static TransactionAwareCacheFactory |
from(com.atlassian.cache.CacheFactory delegate)
Narrow a
CacheFactory down to the TransactionAwareCacheFactory interface. |
<K,V> TransactionAwareCache<K,V> |
getTxCache(String cacheName) |
<K,V> TransactionAwareCache<K,V> |
getTxCache(String cacheName,
com.atlassian.cache.CacheLoader<K,V> loader) |
<K,V> TransactionAwareCache<K,V> getTxCache(String cacheName)
<K,V> TransactionAwareCache<K,V> getTxCache(String cacheName, com.atlassian.cache.CacheLoader<K,V> loader)
static TransactionAwareCacheFactory from(com.atlassian.cache.CacheFactory delegate)
CacheFactory
down to the TransactionAwareCacheFactory
interface.Copyright © 2003–2020 Atlassian. All rights reserved.