Interface CacheContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
CacheContract.Definition,CacheContract.DefinitionStages.WithCreate
- Enclosing interface:
CacheContract.DefinitionStages
public static interface CacheContract.DefinitionStages.WithDescription
The stage of the CacheContract definition 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.
-