Package com.atlassian.cache
Interface CacheSettingsDefaultsProvider
@PublicSpi
public interface CacheSettingsDefaultsProvider
A manager for cache settings, providing operations for retrieving and storing settings to persistent storage.
- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaults(String name) Obtains the default cache settings. from persistent storage, for the specified cache.
-
Method Details
-
getDefaults
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
-