From 7197e871f8ff72841b5428c74214af9e34ce45a6 Mon Sep 17 00:00:00 2001 From: Kent Martin Date: Wed, 23 Feb 2022 14:00:52 +0100 Subject: [PATCH] Add cachetools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17bbbe2d..5d4bc778 100644 --- a/README.md +++ b/README.md @@ -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.