mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 12:31:07 +00:00
Merge pull request #587 from grantjenks/patch-1
Added DiskCache reference under Caching
This commit is contained in:
commit
cf0b872d11
|
@ -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