From 4ef2369e9cf563cf158b6661ed39b0655fc322a1 Mon Sep 17 00:00:00 2001 From: Harshit Upadhyay Date: Mon, 30 Jun 2014 19:54:32 +0530 Subject: [PATCH 1/2] Add Beaker under caching libraries in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea29242..4f9229cd 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,7 @@ so you need Python. *Libraries for caching data.* -* TODO +* [Beaker Caching & Sessions](http://beaker.readthedocs.org/en/latest/) - Beaker is a library for caching and sessions for use with web applications and stand-alone Python scripts and applications. ## Email From 5fc1f74afb90a61d92fd51460966d9f616d20119 Mon Sep 17 00:00:00 2001 From: Harshit Upadhyay Date: Mon, 30 Jun 2014 20:01:08 +0530 Subject: [PATCH 2/2] Add HermesCache under caching libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f9229cd..52cdc3d4 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ so you need Python. *Libraries for caching data.* * [Beaker Caching & Sessions](http://beaker.readthedocs.org/en/latest/) - Beaker is a library for caching and sessions for use with web applications and stand-alone Python scripts and applications. +* [HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention. ## Email