27 Dec 2022 11:08 AM - last edited on 02 May 2023 02:30 PM by educampver
Hello,
in our microblogging app, we found out that it would have been great to have a cache in order to avoid querying Grail too often. The only option we found was to use the https://developer.dynatrace.com/develop/data/state/, but we were wondering if there is a better option.
Thanks!
Solved! Go to Solution.
27 Dec 2022 12:06 PM
Hi David,
For now, the state service is the best-suited option for your use case. Depending on whether you want to cache something for a specific user or the "whole" app, you can use userAppState or AppState.
Hope this helps.