Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Remove this entry from the cache if it is present in the cache.

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

Syntax

C#
void Remove(
	bool isSynthetic
)

Parameters

isSynthetic
Type: System..::..Boolean
Pass true only if the removal from the dictionary should be treated as a synthetic event.

Remarks

This method supports both the operation corresponding to IDictionary.Remove as well as synthetic operations such as eviction. If the containing cache does not differentiate between the two, then this method will always be identical to IInvocableCache.Remove(Key).

See Also