[ 源代码: python-cachetools ]
软件包:python3-cachetools(3.1.0-2)
python3-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 3
This Python 3 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)