Click or drag to resize

IQueryCacheGetEntries Method (IFilter)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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: 14.1.1.1 (14.1.1.1)
Syntax
C#
ICacheEntry[] GetEntries(
	IFilter filter
)

Parameters

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

Return Value

Type: ICacheEntry
A collection of entries that satisfy the specified criteria.
See Also