Hello,
I have a list with a store and a dropdown (select), when the dropdown value changes I set a extraParams to the proxy of the store and reload...the new data loads, the list is refreshed...everything works great, BUT what if I wanted to cache the data so the next time the dropdown value changes it could load the cache data instead of doing a request again?
You would need to save that data somewhere. If you want it to persist after refreshing the whole app then you can add the data to localstorage or just save to a custom data manager