Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Return a collection of the keys contained in this cache for entries that satisfy the criteria expressed by the filter.

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

Syntax

C#
Object[] GetKeys(
	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 keys for entries that satisfy the specified criteria.

See Also