repoze / repoze.lru

Tiny LRU cache
http://pypi.python.org/pypi/repoze.lru/
Other
103 stars 24 forks source link

catch the evicted key/value pair? #30

Open python152 opened 6 years ago

python152 commented 6 years ago

hi -

For the key/value pair I put into the cache, I'd like to take certain actions before OR after it is evicted from the cache. reading through the API - I didn't quite get a sense how to do that, Any help?

thanks