mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Added DiskCache reference under Caching
Added DiskCache reference under Caching.
This commit is contained in:
parent
f184109b42
commit
de1611517c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue