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

[Q] Is there an ETA for Partial cache clearing ?

jakubczaplicki opened this issue · comments

Is anyone actively working on this feature?

Feature implemented in v0.4.0. Now available at PyPI or GitHub Releases.

Please upgrade by: pip install -U memoization

Use this API: cache_remove_if(predicate)