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
Updates the last access time for the data grid entries that are specified in the keyList list without
locking the entries or fetching the values.
Namespace: IBM.WebSphere.Caching.MapIf a key cannot be found in the map a CacheKeyNotFoundException exception results during the commit operation.
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- keyList
- Type: System.Collections.Generic IList TKey
Specifies the keys to have last access time updated.
Return Value
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Occurs when a null keyList is specified, or when a null key is specified within keyList. |
IBM.WebSphere.Caching GridException | Occurs when an error occurs during processing. |
IBM.WebSphere.Caching.Security AccessControlException | Occurs when the caller has insufficient authority to perform this operation. |
See Also