Perform an aggregating operation against the collection of entries that are selected by the given IFilter.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
public virtual Object Aggregate(
	IFilter filter,
	IEntryAggregator agent
)

Parameters

filter
Type: Tangosol.Util..::..IFilter
an IFilter that is used to select entries within this cache to aggregate across.
agent
Type: Tangosol.Net.Cache..::..IEntryAggregator
The IEntryAggregator that is used to aggregate across the selected entries of this cache.

Return Value

The result of the aggregation.

Implements

IInvocableCache..::..Aggregate(IFilter, IEntryAggregator)

Remarks

The operation always executes against the back cache.

See Also