IndexAboutWeblogRecipesProjectsLinksSearchRSS

ThadeusB python, ai, robots

Flask-Cache

Adds quick & easy caching to Flask applications.

Features

Supported caching backends

  • Simple RAM cache
  • Memcache
  • Google App Engine Memcache
  • Filesystem cache

Easy to add new cache front ends by sub classing the werkzeug BaseCache class.

  • Get/Set methods for direct cache access
  • Decorator for caching view functions by request.path
  • Memoize cache for generic functions

Documentation.

PYPI.

Source Code.