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

Removes the entry associated with the specified key from the cache, leaving the data behind unchanged.

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 for which you want to remove the value.

Return Value

Returns true if successful, false if unsuccessful.
Remarks

If key is null or the caller does not have authority to run this operation, false is returned.
See Also