Class CacheSettings

java.lang.Object
org.opensearch.common.cache.settings.CacheSettings

@ExperimentalApi public class CacheSettings extends Object
Settings related to cache.
  • Field Details

    • CACHE_TYPE_STORE_NAME

      public static final Setting.AffixSetting<String> CACHE_TYPE_STORE_NAME
      Used to store cache store name for desired cache types within OpenSearch. Setting pattern: {cache_type}.store.name Example: indices.request.cache.store.name
  • Constructor Details

    • CacheSettings

      public CacheSettings()
  • Method Details

    • getConcreteStoreNameSettingForCacheType

      public static Setting<String> getConcreteStoreNameSettingForCacheType(CacheType cacheType)