ConverterCollectionsConverterQueryCacheGetKeys Method  | 
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
 
            Return a collection of the keys contained in this cache for
            entries that satisfy the criteria expressed by the filter.
            
 
    Namespace: 
   Tangosol.Util
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual Object[] GetKeys(
	IFilter filter
)
Parameters
- filter
 - Type: Tangosol.UtilIFilter
            The IFilter object representing the criteria
            that the entries of this cache should satisfy.
             
Return Value
Type: 
Object
            A collection of keys for entries that satisfy the specified
            criteria.
            
Implements
IQueryCacheGetKeys(IFilter)
See Also