aboutsummaryrefslogtreecommitdiff
path: root/devel/py-expiringdict/pkg-descr
blob: ff82a9cc942aff26401fda10dbb427fc4acb0a64 (plain) (blame)
1
2
3
4
5
6
7
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.

WWW: https://github.com/mailgun/expiringdict