Methods
afterExecute(e, callback)
Occurs before executing an query expression, validates data caching configuration and stores data to cache.
Parameters:
Name | Type | Description |
---|---|---|
e |
DataEventArgs | * | An object that represents the event arguments passed to this operation. |
callback |
function | A callback function that should be called at the end of this operation. The first argument may be an error if any occured. |
- Source:
beforeExecute(event, callback)
Occurs before executing an query expression, validates data caching configuration and gets cached data.
Parameters:
Name | Type | Description |
---|---|---|
event |
DataEventArgs | * | An object that represents the event arguments passed to this operation. |
callback |
function | A callback function that should be called at the end of this operation. The first argument may be an error if any occured. |
- Source: