Closed
Description
I have requests that I want to cache that have array parameters (so they don't fit well in GET queries; have to stick stuff in the POST body). However, EITHER there's no way to get flask-caching to include the POST body as part of the cache key, OR, it's really not clear from the docs how to do this.
It seems like an "easy solution" would be for the decorator to accept a function argument for the make_cache_key
.
Metadata
Metadata
Assignees
Labels
No labels