Coherence.Query.C_CacheOnlyMode_QueryConcepts()
Signature
Concept[] C_CacheOnlyMode_QueryConcepts(String cacheName, Object filter, boolean queryOnly)
Description
Execute a query against a named cache; optimized for cache only mode
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 only used in the current rule body |
Returns
Type | Description |
Concept[] | Array of concepts that satisfy the query |