摘要: http://brunorocha.org/python/flask/using-flask-cache.html 如何在大项目中使用cache 新建全局cache.py cache = Cache(config={"CACHE_TYPE": "filesystem", "CACHE_DIR": " 阅读全文
posted @ 2020-05-19 20:01 Go_Forward 阅读(250) 评论(0) 推荐(0)