[ buster ]
[ ソース: python-repoze.lru ]
パッケージ: python-repoze.lru (0.7-1)
python-repoze.lru に関するリンク
Debian の資源:
python-repoze.lru ソースパッケージをダウンロード:
- [python-repoze.lru_0.7-1.dsc]
- [python-repoze.lru_0.7.orig.tar.gz]
- [python-repoze.lru_0.7-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.repoze.org]
類似のパッケージ:
tiny LRU cache implementation and decorator
repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently.
This is the Python 2 version of the package.