| Package | Description |
|---|---|
| com.atlassian.confluence.cache | |
| com.atlassian.confluence.impl.cache.tx |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> TransactionAwareCache<K,V> |
TransactionAwareCache.from(com.atlassian.cache.Cache<K,V> delegate)
Narrow a standard
Cache down to the TransactionAwareCache interface. |
<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) |
Copyright © 2003–2022 Atlassian. All rights reserved.