[ buster ]
[ ソース: python-cachetools ]
パッケージ: python-cachetools (3.1.0-2)
python-cachetools に関するリンク
Debian の資源:
python-cachetools ソースパッケージをダウンロード:
- [python-cachetools_3.1.0-2.dsc]
- [python-cachetools_3.1.0.orig.tar.gz]
- [python-cachetools_3.1.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
extensible memoizing collections and decorators for Python
This Python module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library functools.lru_cache() function decorator.
The supported cache algorithms are:
* Least recently used (LRU) * Least frequently used (LFU) * Random replacement (RR) * Per-item time-to-live (TTL)