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

Parameters

NameTypeDescription
cacheNameStringName of the targeted cache
filterObjectConditional expression to drive selection process
queryOnlybooleanShould be set 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