pbrady / fastcache

C implementation of Python 3 lru_cache
MIT License
154 stars 19 forks source link

how to invalidate the cache #51

Closed millerthegorilla closed 5 years ago

millerthegorilla commented 5 years ago

Is there any method that will allow me to invalidate the cache?

pbrady commented 5 years ago

cache_clear?

millerthegorilla commented 5 years ago

doh. thanks.

pbrady commented 5 years ago

No problem. Glad it was a simple fix!