Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Process the given entry.

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

Syntax

C#
protected Object processEntry(
	IInvocableCacheEntry entry,
	IDictionary mapAll,
	bool insert,
	bool ret
)

Parameters

entry
Type: Tangosol.Net.Cache..::.IInvocableCacheEntry
The IInvocableCacheEntry to process.
mapAll
Type: System.Collections..::.IDictionary
The map of new values.
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