Added DiskCache reference under Caching

Added DiskCache reference under Caching.
This commit is contained in:
Grant Jenks 2016-03-25 10:21:58 -07:00
parent f184109b42
commit de1611517c
1 changed files with 1 additions and 0 deletions

View File

@ -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