From 68feced6cfc80d405baf8af810b6685eded751e2 Mon Sep 17 00:00:00 2001 From: GuangTian Li <guangtian_li@qq.com> Date: Tue, 8 Oct 2019 13:58:40 +0800 Subject: [PATCH] add cache-alchemy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ded1427..2f9b804 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,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. +* [cache-alchemy](https://github.com/GuangTianLi/cache-alchemy) - The Python Function Cache Toolkit. * [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. -- GitLab