@Deprecated public interface ReadThroughCacheFactory extends com.atlassian.cache.CacheFactory
TransactionalCacheFactory
,
CacheFactory
Modifier and Type | Method and Description |
---|---|
<K,V> com.atlassian.cache.Cache<K,V> |
getReadThroughCacheForUpdate(com.atlassian.cache.Cache<K,V> cache)
Deprecated.
since 5.7. Please use non transactional CacheFactory to get access to read/write-through cache
|
<K,V> com.atlassian.cache.Cache<K,V> |
getReadThroughCacheForUpdate(String cacheName)
Deprecated.
since 5.7. Please use non transactional CacheFactory to get access to read/write-through cache
|
@Deprecated <K,V> com.atlassian.cache.Cache<K,V> getReadThroughCacheForUpdate(String cacheName)
@Deprecated <K,V> com.atlassian.cache.Cache<K,V> getReadThroughCacheForUpdate(com.atlassian.cache.Cache<K,V> cache)
Copyright © 2003–2017 Atlassian. All rights reserved.