Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Process the given entry.

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

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