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 an entry is null or any key in the keyList is null, false is returned.
If a key in the keyList does not match an existing entry in the data grid or all keys in the keyList do not resolve to the same partition, false is returned.
Updates the last access time for the data grid entries that match each key in the keyList.
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- keyList
- Type: System.Collections.Generic IList TKey
Specifies a list of keys to have last access time updated.
Return Value
Returns true if successful, false if unsuccessful.Remarks
See Also