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 TypeMethodDescriptionwithDescription(String description) Specifies the description property: Cache description.
-
Method Details
-
withDescription
Specifies the description property: Cache description.- Parameters:
description- Cache description.- Returns:
- the next definition stage.
-