IGridMapPessimisticAutoTx TKey, TValue  TryTouch Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Updates the last access time for the data grid entry that matches the key.

Namespace: IBM.WebSphere.Caching.Map
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Parameters

key
Type: TKey
Specifies the key to have last access time updated.

Return Value

Returns true if successful, false if unsuccessful.
Remarks

If the key is null or the key does not match an existing entry in the data grid, false is returned.
See Also