[ 原始碼: python-cachetools ]
套件:python3-cachetools(5.3.3-1)
python3-cachetools 的相關連結
Debian 的資源:
下載原始碼套件 python-cachetools:
- [python-cachetools_5.3.3-1.dsc]
- [python-cachetools_5.3.3.orig.tar.gz]
- [python-cachetools_5.3.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
extensible memoizing collections and decorators for Python 3
This Python 3 module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library's functools.lru_cache() function decorator.
The supported cache algorithms are:
* First in first out (FIFO) * Least recently used (LRU) * Most recently used (MRU) * Least frequently used (LFU) * Random replacement (RR) * Per-item time-to-live (TTL) * Time aware least recently used (TLRU)
其他與 python3-cachetools 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)