youknowone / ring

Python cache interface with clean API and built-in memcache & redis + asyncio support.
http://ring-cache.readthedocs.io/en/latest/
Other
480 stars 37 forks source link

LruCache clear bug #143

Closed dhulchuk closed 5 years ago

dhulchuk commented 5 years ago

Hi!

Seems like there is a bug in LruCache.clear implementation. I've created pull request with example test and proposed fix: #142 .

dhulchuk commented 5 years ago

merged