Posted 9 December 2021, 8:18 pm EST
Dear support,
I am looking at the OASIS OData of Wijmo and have built the server APIs guided by:
https://www.grapecity.com/wijmo/docs/Topics/Grid/DataBinding/Binding-to-OData
One problem we are facing is that every time user doing search, filtering or paging then a separate HTTP request will be sent which seems to be out of the coder’s control. Our project is using Angular + wijmo and we have our own caching mechanism by utilizing Angular’s http interceptor and localStorage, however we don’t know how to alter Wijmo odata’s internal behavior to cache Http response if necessary.
Is it possible to cache this data?