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 Detail

      • withDescription

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