hephex / asyncache

Helpers to use cachetools with async functions
MIT License
93 stars 12 forks source link

Clear cache #20

Open itssimon opened 9 months ago

itssimon commented 9 months ago

Is there a way to clear the cache when using @cached from this package, like cache_clear() in the cachetools?