Business Console 10.7 | webMethods Business Console Documentation | Developing Gadgets for Business Console | Getting Started | Using RESTful Services with Gadgets | Offline Caching of REST Services Data
 
Offline Caching of REST Services Data
Business Console gadgets access data from the server using the REST services. This mandates network availability and causes network traffic. With the offline caching capability, the user can configure the gadgets to store data offline and access the data from the cache without requesting the server.
Every gadget in the AppSpace has a separate IndexedDB, <Gadget Name>_<Gadget ID> that can contain multiple offline stores. Every store consists of Key and Value pairs.
Note:
The Key should be unique for each entry in the store, otherwise, the Value is overridden.