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

Namespace: Tangosol.Util.Processor
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected Object processEntry(
	IInvocableCacheEntry entry,
	IVersionable valueNew,
	bool insert,
	bool ret
)

Parameters

entry
Type: Tangosol.Net.Cache..::..IInvocableCacheEntry
The IInvocableCacheEntry to process.
valueNew
Type: Tangosol.Util..::..IVersionable
The new value to update an entry with.
insert
Type: System..::..Boolean
Specifies whether or not an insert is allowed.
ret
Type: System..::..Boolean
Specifies whether or not a return value is required.

Return Value

The result of the processing, if any.

See Also