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

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

Syntax

C#
public virtual Object[] GetValues(
	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 the values for entries that satisfy the specified criteria.

Implements

IQueryCache..::..GetValues(IFilter)

See Also