Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.24 KB

Flask-Caching-Json

This project extends and is a fork of the Flask-caching_ extension which itself is a fork of Flask-cache_ extension. This extension provides backend support with enforcement of JSON serialization, whereas Flask-caching defaults to Pickle.

It is only possible to use the backends that this package provides and not the Flask-caching backends, except for NullCache.

.. _Flask-cache: https://github.com/thadeusb/flask-cache .. _Flask-caching: https://github.com/pallets-eco/flask-caching

Overview

This project relies on Flask-caching for most of its code.

Therefore, most of the documentation is similarly applicable.

Features

Setup

License

{{PROJECT_NAME}} is licensed under the Apache license, version 2.0. Full license text is available in the LICENSE file.

Please note that the project explicitly does not require a CLA (Contributor License Agreement) from its contributors.

Contact

Bug reports and patches are very welcome, please post them as GitHub issues and pull requests at https://github.com/aiven/{{PROJECT_NAME}} . To report any possible vulnerabilities or other serious issues please see our security policy.