com.atlassian.confluence.cache
Interface ReadThroughCacheFactory

All Superinterfaces:
com.atlassian.cache.CacheFactory
All Known Implementing Classes:
TransactionalCacheFactory

public interface ReadThroughCacheFactory
extends com.atlassian.cache.CacheFactory

Implemented by cache factories that can provide special read-through cache functionality. A read-through update should be non-transactional and prevent concurrent updates.

See Also:
TransactionalCacheFactory, CacheFactory

Method Summary
 com.atlassian.cache.Cache getReadThroughCacheForUpdate(String cacheName)
          Returns the requested cache for updates read from the database.
 
Methods inherited from interface com.atlassian.cache.CacheFactory
getCache
 

Method Detail

getReadThroughCacheForUpdate

com.atlassian.cache.Cache getReadThroughCacheForUpdate(String cacheName)
Returns the requested cache for updates read from the database. Implementations should provide a cache that is non-transactional but still prevents concurrent updates.



Copyright © 2003-2012 Atlassian. All Rights Reserved.