Python Caching

Back

1. beaker

A WSGI middleware for sessions and caching.

2. django-cache-machine

Automatic caching and invalidation for Django models.

3. django-cacheops

A slick ORM cache with automatic granular event-driven invalidation.

4. dogpile.cache

dogpile.cache is next generation replacement for Beaker made by same authors.

5. HermesCache

Python caching library with tag-based invalidation and dogpile effect prevention.

6. pylibmc

A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface.

7. python-diskcache

SQLite and file backed cache backend with faster lookups than memcached and redis.