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

Return a collection of the entries contained in this cache that satisfy the criteria expressed by the filter.

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

Syntax

C#
public virtual ICacheEntry[] GetEntries(
	IFilter filter
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
The IFilter object representing the criteria that the entries of this cache should satisfy.

Return Value

A collection of entries that satisfy the specified criteria.

Implements

IQueryCache..::.GetEntries(IFilter)

Remarks

The operation always executes against the back cache.

See Also