Coherence.Query.C_CacheOnlyMode_QueryConcepts()

Signature

Concept[] C_CacheOnlyMode_QueryConcepts(String cacheName, Object filter, boolean queryOnly)

Domain

action

Description

Execute a query against a named cache. Optimized for cache only mode. Query operates only on cache memory, not backing store.

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache.
filterObjectConditional expression to drive selection process.
queryOnlybooleanSet to true if the returned concepts are only used in the current rule body.

Returns

TypeDescription
Concept[]Array of Concepts that satisfy the query.

Cautions

none