Coherence.Query.C_QueryConcepts()
Signature
Concept[] C_QueryConcepts(String cacheName, Object filter, boolean queryOnly)
Description
Execute a query against a named cache. Query operates only on cache memory, not backing store.
Parameters
Name | Type | Description |
cacheName | String | Name of the targeted cache |
filter | Object | Conditional expression to drive selection process |
queryOnly | boolean | Should be set to true if the returned concepts are used in the current rule body |
Returns
Type | Description |
Concept[] | List of Concepts that satisfy the query |