new port Flask-Caching needed for isso

This commit is contained in:
2020-06-07 21:56:49 +02:00
parent 46fe754141
commit e04a77cd26
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Flask-Cache adds cache support to your Flask application. The cache
backend can Be chosen from simple, memcached, and filesystem.
Install databases/memcached from ports if needed.
WWW: https://pythonhosted.org/Flask-Cache/