Click or drag to resize

IEntryProcessor Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An invocable agent that operates against the entry objects within a cache.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IEntryProcessor

The IEntryProcessor type exposes the following members.

Methods
  NameDescription
Public methodProcess
Process an IInvocableCacheEntry.
Public methodProcessAll
Process a collection of IInvocableCacheEntry objects.
Top
See Also