Interface Cache.DefinitionStages.WithUpgradeSettings

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

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

    • withUpgradeSettings

      Cache.DefinitionStages.WithCreate withUpgradeSettings(CacheUpgradeSettings upgradeSettings)
      Specifies the upgradeSettings property: Upgrade settings of the Cache..
      Parameters:
      upgradeSettings - Upgrade settings of the Cache.
      Returns:
      the next definition stage.