libreant
libreant copied to clipboard
agherant description cache timeout
agherant decriptions are cached but they do not expire
should we use flask-cache? https://pythonhosted.org/Flask-Cache/ seems easy to use, supports multiple backends (including the 'null' one for easy debug), expiration times, a limit to things to cache...
I believe this is better than reimplementing the wheel.
ahahah... this morning I was reading the flask-cache doc. Seems a good solution.