[ 源代码: diskcache ]
软件包:python3-diskcache(5.6.3-1)
python3-diskcache 的相关链接
Debian 的资源:
下载源码包 diskcache:
维护小组:
外部的资源:
- 主页 [pypi.org]
相似软件包:
- golang-github-twin-gocache-dev
- golang-github-code-hex-go-generics-cache-dev
- golang-github-bep-lazycache-dev
- python3-repoze.lru
- libvmemcache0
- golang-github-jedisct1-go-sieve-cache-dev
- libvmemcache-dev
- python3-cachetools
- python3-zict
- golang-github-hashicorp-golang-lru-v2-dev
- golang-github-hashicorp-golang-lru-dev
Python3 module for disk and file backed persistent cache
DiskCache is a disk and file backed cache library, written in pure-Python. Its features include
- Django compatible API - Thread-safe and process-safe - Supports multiple eviction policies (LRU and LFU included) - Keys support “tag” metadata and eviction