mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-31 13:43:41 +00:00
Added DiskCache reference under Caching
Added DiskCache reference under Caching.
This commit is contained in:
parent
f184109b42
commit
de1611517c
|
@ -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.
|
* [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.
|
* [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.
|
* [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
|
## Email
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user