Built atop SQLite and the file system, it's thread-safe and multiprocess-safe.
Supports multiple eviction policies including least-recently-used, least-frequently-used, and least-recently-stored.
Supports "tag" metadata and eviction by "tag".
100% test coverage and hours of heavy stress in production.
Fully documented with benchmark comparisons.
Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.
Added DiskCache reference under Caching.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/587
**Author:** [@grantjenks](https://github.com/grantjenks)
**Created:** 3/25/2016
**Status:** ✅ Merged
**Merged:** 3/25/2016
**Merged by:** [@vinta](https://github.com/vinta)
**Base:** `master` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`de16115`](https://github.com/vinta/awesome-python/commit/de1611517c8311fa725cb2f990d7515ac67c8e7f) Added DiskCache reference under Caching
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
## Why this framework/library/software/resource is awesome?
DiskCache is awesome for many reasons:
- Django-compatible cache backend replaces the essentially broken filebased cache backend that ships in Django core. Read more [details and benchmarks](http://www.grantjenks.com/docs/diskcache/djangocache-benchmarks.html).
- [Cache benchmark comparison](http://www.grantjenks.com/docs/diskcache/cache-benchmarks.html) shows key lookups are faster than memcached and redis.
- Built atop SQLite and the file system, it's thread-safe and multiprocess-safe.
- Supports multiple eviction policies including least-recently-used, least-frequently-used, and least-recently-stored.
- Supports "tag" metadata and eviction by "tag".
- 100% test coverage and hours of heavy stress in production.
- Fully documented with benchmark comparisons.
## Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. :+1:) to this pull request.
Added DiskCache reference under Caching.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/587
Author: @grantjenks
Created: 3/25/2016
Status: ✅ Merged
Merged: 3/25/2016
Merged by: @vinta
Base:
master← Head:patch-1📝 Commits (1)
de16115Added DiskCache reference under Caching📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Why this framework/library/software/resource is awesome?
DiskCache is awesome for many reasons:
Vote for this pull request
Who agrees that this change should be merged could add your reactions (e.g. 👍) to this pull request.
Added DiskCache reference under Caching.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.