mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
344 stars 76 forks source link

Introduce LRU behavior guarantees #1

Closed horkhe closed 9 years ago

horkhe commented 10 years ago

In the event of maxed out capacity new records will push away the least recently used elements. An element is considered to be used if it is updated, or if is read while being unexpired.