|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface ReadThroughCacheFactory
Implemented by cache factories that can provide special read-through cache functionality. A read-through update should be non-transactional and prevent concurrent updates.
TransactionalCacheFactory,
CacheFactory| Method Summary | ||
|---|---|---|
|
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 |
|
|
getReadThroughCacheForUpdate(String cacheName)
Deprecated. since 5.7. Please use non transactional CacheFactory to get access to read/write-through cache |
|
| Methods inherited from interface com.atlassian.cache.CacheFactory |
|---|
getCache, getCache, getCache, getCache, getCache, getCachedReference, getCachedReference, getCachedReference, getCachedReference |
| Method Detail |
|---|
@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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||