groupon / node-cached

A simple caching library for node.js, inspired by the Play cache API
BSD 3-Clause "New" or "Revised" License
94 stars 15 forks source link

add cache.flush() #57

Closed aaarichter closed 3 years ago

aaarichter commented 3 years ago

Backends usually expose a flush api. This can be useful e.g for testing

aaarichter commented 3 years ago

fixed with https://github.com/groupon/node-cached/pull/48