python-expiringdict

Python caching library
  https://github.com/mailgun/expiringdict
  0
  no reviews



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 2 version of this package.