[ 源代码: python-expiringdict ]
软件包:python3-expiringdict(1.1.4-1)
python3-expiringdict 的相关链接
Debian 的资源:
下载源码包 python-expiringdict:
- [python-expiringdict_1.1.4-1.dsc]
- [python-expiringdict_1.1.4.orig.tar.gz]
- [python-expiringdict_1.1.4-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Python3 caching libarry
expiringdict is a Python caching library, providing an ordered dictionary with auto-expiring values for caching purposes. Expiration happens on any access, object is locked during cleanup from expired values. ExpiringDict stores at most a maximum number of elements - the oldest will be deleted.
This is the Python 3 version of this package.