mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Add HermesCache under caching libraries
This commit is contained in:
parent
4ef2369e9c
commit
5fc1f74afb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue