Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The InvocableCacheEx type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetOrDefault
Returns the value to which the specified key is mapped, or the defaultValue if this cache contains no mapping for the key.
Public methodStatic memberInsertIfAbsent
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
Public methodStatic memberRemove
Removes the entry for the specified key only if it is currently mapped to the specified value.
Public methodStatic memberReplace(IInvocableCache, Object, Object)
Replaces the entry for the specified key only if it is currently mapped to some value.
Public methodStatic memberReplace(IInvocableCache, Object, Object, Object)
Replaces the entry for the specified key only if currently mapped to the specified value.

See Also