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 Detail

      • 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.