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 entry that matches the key without
locking the entry or fetching the value.
Namespace: IBM.WebSphere.Caching.MapIf the key cannot be found in the map a CacheKeyNotFoundException is thrown.
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
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Occurs when a null key is specified. |
IBM.WebSphere.Caching.Map CacheKeyNotFoundException | Occurs if the key does not exist in the map. |
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