lonelyenvoy / python-memoization

A powerful caching library for Python, with TTL support and multiple algorithm options.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache entries not getting removed after TTL expires

chennupushkar opened this issue · comments

I was expecting cache entries to be removed after TTL expires. This is useful when we want know how many entries are are actually cached currently.