Skip to main content

Adds caching support to your Flask application

Project description

Flask-Caching

Adds easy cache support to Flask.

Setup

The Cache Extension can either be initialized directly:

from flask import Flask
from flask_caching import Cache

app = Flask(__name__)
# For more configuration options, check out the documentation
cache = Cache(app, config={"CACHE_TYPE": "simple"})

Or through the factory method:

cache = Cache(config={"CACHE_TYPE": "simple"})

app = Flask(__name__)
cache.init_app(app)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Caching-1.7.0.tar.gz (66.0 kB view details)

Uploaded Source

Built Distribution

Flask_Caching-1.7.0-py2.py3-none-any.whl (31.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file Flask-Caching-1.7.0.tar.gz.

File metadata

  • Download URL: Flask-Caching-1.7.0.tar.gz
  • Upload date:
  • Size: 66.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for Flask-Caching-1.7.0.tar.gz
Algorithm Hash digest
SHA256 7b3ff88348dcc97ebd6d32478c3e40229c6b7039ed5fb7dabb23d411777bfcc1
MD5 4827fa09db471b83c0fc5c78112e6af7
BLAKE2b-256 f90c49b8080fa8e61a34073dce7664b566504447e552b9fac0966d06fcaaca3e

See more details on using hashes here.

Provenance

File details

Details for the file Flask_Caching-1.7.0-py2.py3-none-any.whl.

File metadata

  • Download URL: Flask_Caching-1.7.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 31.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for Flask_Caching-1.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 53a70d02e7c5be308fa2fc7ef8ba7beb6c3e60aaf2929806dd8423206ed79aa1
MD5 ccc639faf0e0d2df8594d1976bbdf015
BLAKE2b-256 ea6354830e532e4fc507360ff88ded0f78e5ca227e2b6ff9b1ae23e4029ba1a2

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page