DataSourceCache extension binds Cache to DataSource.
_beforeDefRequestFn
e
Defined in
datasource/js/datasource-cache.js:53
First look for cached response, then send request to live data.
e
EventFacade
Event Facade with the following properties:
_beforeDefResponseFn
e
Defined in
datasource/js/datasource-cache.js:82
Adds data to cache before returning data.
e
EventFacade
Event Facade with the following properties:
initializer
config
Defined in
datasource/js/datasource-cache.js:41
Internal init() handler.
config
Object
Config object.
NS
Defined in
datasource/js/datasource-cache.js:16
The namespace for the plugin. This will be the property on the host which references the plugin instance.