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 Type
    Method
    Description
    withConnectionString(String connectionString)
    Specifies the connectionString property: Runtime connection string to cache.
  • Method Details

    • withConnectionString

      CacheContract.Update withConnectionString(String connectionString)
      Specifies the connectionString property: Runtime connection string to cache.
      Parameters:
      connectionString - Runtime connection string to cache.
      Returns:
      the next definition stage.