From de1611517c8311fa725cb2f990d7515ac67c8e7f Mon Sep 17 00:00:00 2001 From: Grant Jenks Date: Fri, 25 Mar 2016 10:21:58 -0700 Subject: [PATCH] Added DiskCache reference under Caching Added DiskCache reference under Caching. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09e9142..5b9385f 100644 --- a/README.md +++ b/README.md @@ -604,6 +604,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [HermesCache](https://pypi.python.org/pypi/HermesCache) - Python caching library with tag-based invalidation and dogpile effect prevention. * [johnny-cache](https://github.com/jmoiron/johnny-cache) - A caching framework for django applications. * [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](http://libmemcached.org/libMemcached.html) interface. +* [DiskCache](http://www.grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis. ## Email