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. 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 | 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. |