Interface CacheContract.UpdateStages.WithConnectionString
- All Known Subinterfaces:
CacheContract.Update
- Enclosing interface:
CacheContract.UpdateStages
public static interface CacheContract.UpdateStages.WithConnectionString
The stage of the CacheContract update 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.
-