The Wayback Machine - http://web.archive.org/web/20211024165657/https://github.com/topics/cache?l=python
Skip to content
#

cache

Here are 276 public repositories matching this topic...

reinoldus
reinoldus commented Feb 25, 2021

Since version 1.9 this argument is supported but not mentioned anywhere in the docs (except change log).

I can add it if I find the time. Though I am unsure where it is available, just using view caching for now:

I'd add something like that:

def make_key():
    user_data = request.get_json()

    return ",".join([f"{key}={value}" for key, value in user_data.items()])


@app.rou

Improve this page

Add a description, image, and links to the cache topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cache topic, visit your repo's landing page and select "manage topics."

Learn more