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 Type
    Method
    Description
    Obtains the default cache settings. from persistent storage, for the specified cache.
  • Method Details

    • 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