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 key is null or the caller does not have authority to run this operation, false is returned.
Removes the entry associated with the specified key from the cache, leaving the data behind unchanged.
Namespace: IBM.WebSphere.Caching.MapAssembly: 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
See Also