Table of Contents

Method Touch

Namespace
Scaleout.Client.InProc
Assembly
Scaleout.Client.dll

Touch(DateTime)

Updates the age of the client cache entry to the current time. Called after a round trip to the service confirms that the entry is up-to-date.

public void Touch(DateTime utcTimestamp)

Parameters

utcTimestamp DateTime

Timestamp (in UTC) of when the cache entry was touched (typically DateTime.UtcNow).