void C_QueryAction(String cacheName, Object filter, int batchsize, String closure)
void C_QueryAction(String cacheName, Object filter, int batchsize, String closure)
Name | Type | Description |
---|---|---|
cacheName | String | Name of the targeted cache |
filter | Object | Conditional expression to drive selection process |
batchSize | int | The number of objects retrieved from the cache per invocation |
closure | String | Current context string identifier |
Type | Description |
---|---|
void |