1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Flask-Caching
=============
A fork of the `Flask-cache`_ extension which adds easy cache support to Flask.
.. _Flask-cache: https://github.com/thadeusb/flask-cache
Installing
----------
Install and update using `pip`_:
.. code-block:: text
$ pip install -U flask-caching
.. _pip: https://pip.pypa.io/en/stable/getting-started/
Donate
------
The Pallets organization develops and supports Flask and the libraries
it uses. In order to grow the community of contributors and users, and
allow the maintainers to devote more time to the projects, `please
donate today`_.
.. _please donate today: https://palletsprojects.com/donate
Links
-----
- Documentation: https://flask-caching.readthedocs.io
- Changes: https://flask-caching.readthedocs.io/en/latest/changelog.html
- PyPI Releases: https://pypi.org/project/Flask-Caching/
- Source Code: https://github.com/pallets-eco/flask-caching
- Issue Tracker: https://github.com/pallets-eco/flask-caching/issues
- Twitter: https://twitter.com/PalletsTeam
- Chat: https://discord.gg/pallets
|