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
 CacheSettings getDefaults(String name)
          Obtains the default cache settings.
 

Method Detail

getDefaults

@Nonnull
CacheSettings getDefaults(@Nonnull
                                  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 © 2015 Atlassian. All rights reserved.