Interface Cache.DefinitionStages.WithSecuritySettings

All Known Subinterfaces:
Cache.Definition, Cache.DefinitionStages.WithCreate
Enclosing interface:
Cache.DefinitionStages

public static interface Cache.DefinitionStages.WithSecuritySettings
The stage of the Cache definition allowing to specify securitySettings.
  • Method Details

    • withSecuritySettings

      Cache.DefinitionStages.WithCreate withSecuritySettings(CacheSecuritySettings securitySettings)
      Specifies the securitySettings property: Specifies security settings of the cache..
      Parameters:
      securitySettings - Specifies security settings of the cache.
      Returns:
      the next definition stage.