1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2025-03-10 17:26:40 -04:00

Add HermesCache under caching libraries

This commit is contained in:
Harshit Upadhyay 2014-06-30 20:01:08 +05:30
parent 4ef2369e9c
commit 5fc1f74afb

View file

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