com.atlassian.confluence.cache
Interface CacheSettingsManager

All Known Implementing Classes:
DefaultCacheSettingsManager

public interface CacheSettingsManager

A manager for cache settings, providing operations for retrieving and storing settings to persistent storage.


Method Summary
 com.atlassian.cache.CacheSettings obtainDefaults(java.lang.String name)
          Obtains the default cache settings.
 

Method Detail

obtainDefaults

com.atlassian.cache.CacheSettings obtainDefaults(java.lang.String name)
Obtains the default cache settings. from persistent storage, for the specified cache.

Parameters:
name - the name of the cache to obtain default settings
Returns:
the default cache settings


Copyright © 2003-2014 Atlassian. All Rights Reserved.