IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
If the key is null or the key does not match an existing entry in the data grid, false is returned.
Updates the last access time for the data grid entry that matches the key.
Namespace: IBM.WebSphere.Caching.MapAssembly: 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
See Also