K 10 svn:author V 7 antoine K 8 svn:date V 27 2018-02-04T12:20:42.630779Z K 7 svn:log V 420 New port: devel/py-expiringdict 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 can not store more than max_len elements - the oldest will be deleted. WWW: https://github.com/mailgun/expiringdict END