IInvocableCacheEntryRemove Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Remove this entry from the cache if it is present in the cache.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxvoid Remove(
bool isSynthetic
)
Parameters
- isSynthetic
- Type: SystemBoolean
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