Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Removes the mapping for this key from this cache if present.

Namespace: Tangosol.Net.Cache.Support
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual bool RemoveBlind(
	Object key
)

Parameters

key
Type: System..::..Object
Key whose mapping is to be removed from the cache.

Return Value

true iff the cache changed as the result of this operation.

Remarks

This method exists to allow sub-types to optimize remove functionalitly for situations in which the original value is not required.

See Also