Coherence.Query.C_QueryEvents_Order()
Signature
Event[] C_QueryEvents_Order(String cacheName, Object filter, String ruleFunction)
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 |
orderByRuleFunction | URI | of the RuleFunction used for ordering of the result set. |
Returns
Type | Description |
Event[] | List of Events matching the query |