This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I have implemented response cache in my usecase to cache the
backend response. I dint specify the CacheResource explicitly hence shared
cache is being used to store the data.
Is there a way to get the list of Cache Keys that are
available in shared cache for my organization?
Also, how do I get the list of Cache Keys in user defined
cache?