How do i know use_cache is working?
# community-help
j
How do i know use_cache is working?
k
We don't add anything to the response to indicate a cached response, since we didn't want to leak that detail.
j
Thank you, probably a debug mode or env would be helpful. Since we don't really use the search on the frontend
k
What type of debugging you would like to do here? Want to understand the use case better. Are you just wanting to confirm that the result is really a cached response?
j
I guess you're right, I don't really have a great/important use case so NVM that. I could just confirm the cache by updating the value.
k
Yes, that's the easiest way to test 🙂