Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
Return a collection of the entries contained in this cache
that satisfy the criteria expressed by the filter.
Namespace:
Tangosol.Net.CacheAssembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
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.