mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 08:10:15 +00:00
Add cachetools
This commit is contained in:
parent
edf110dd9f
commit
7197e871f8
|
@ -221,6 +221,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
*Libraries for caching data.*
|
||||
|
||||
* [beaker](https://github.com/bbangert/beaker) - A WSGI middleware for sessions and caching.
|
||||
* [cachetools](https://github.com/bbangert/beaker) - Extensions to the builtin [functools.cache](https://docs.python.org/3/library/functools.html#functools.cache) to cache function/method outputs.
|
||||
* [django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - Automatic caching and invalidation for Django models.
|
||||
* [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
|
||||
* [dogpile.cache](http://dogpilecache.readthedocs.io/en/latest/) - dogpile.cache is next generation replacement for Beaker made by same authors.
|
||||
|
|
Loading…
Reference in New Issue
Block a user