cache
Get cache entries
Get cache entries.
- If no key is provided (or key=‘all’), all cache items are returned.
- If a key with wildcard characters (* or %) is provided, all keys matching the pattern are returned.
- If a specific key is provided, only that cache item is returned.
- Can filter results with q parameter to find entries where value contains the search string.
GET
Authorizations
Cookie-based authentication
Path Parameters
The cache key to retrieve. Can contain wildcards (* or %) to match multiple keys.
Query Parameters
Filter results to only include entries where the value contains this search string
Response
200
application/json
Successful operation
Map of cache keys to their values