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

Overload List

  NameDescription
InvokeAll(ICollection, IEntryProcessor)
Invoke the passed IEntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.
(Inherited from IInvocableCache.)
InvokeAll(IFilter, IEntryProcessor)
Invoke the passed IEntryProcessor against the set of entries that are selected by the given IFilter, returning the result of the invocation for each.
(Inherited from IInvocableCache.)

See Also