Interface CacheContract.UpdateStages.WithDescription

All Known Subinterfaces:
CacheContract.Update
Enclosing interface:
CacheContract.UpdateStages

public static interface CacheContract.UpdateStages.WithDescription
The stage of the CacheContract update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Cache description.
  • Method Details

    • withDescription

      CacheContract.Update withDescription(String description)
      Specifies the description property: Cache description.
      Parameters:
      description - Cache description.
      Returns:
      the next definition stage.