Table of Contents

Method Touch

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

Touch(ref ObjectKey)

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

public override void Touch(ref ObjectKey key)

Parameters

key ObjectKey

Key to the item in the cache.

Remarks

Implementations must call Touch(DateTime) on the cache entry associated with the supplied key.