Dictionary with auto-expiring values for caching purposes
expiringdict is a Python caching library. The core of the library is ExpiringDict class which is an ordered dictionary with auto-expiring values for caching purposes. Expiration happens on any access, object is locked during cleanup from expired values. ExpiringDict cannot store more than max_len elements - the oldest will be deleted.
$
pkg install py311-expiringdictOrigin
devel/py-expiringdict
Size
48.5KiB
License
APACHE20
Maintainer
antoine@FreeBSD.org
Dependencies
1 packages
Required by
3 packages