Interface CacheContract.DefinitionStages.WithConnectionString
- All Known Subinterfaces:
CacheContract.Definition,CacheContract.DefinitionStages.WithCreate
- Enclosing interface:
CacheContract.DefinitionStages
public static interface CacheContract.DefinitionStages.WithConnectionString
The stage of the CacheContract definition allowing to specify connectionString.
-
Method Summary
Modifier and TypeMethodDescriptionwithConnectionString(String connectionString) Specifies the connectionString property: Runtime connection string to cache.
-
Method Details
-
withConnectionString
Specifies the connectionString property: Runtime connection string to cache.- Parameters:
connectionString- Runtime connection string to cache.- Returns:
- the next definition stage.
-