No update in the mongoose-cache after change in the collection No update in the mongoose-cache after change in the collection mongoose mongoose

No update in the mongoose-cache after change in the collection


I am the author of a new Mongoose module called Monc

Using Monc is quite easy to clean up or purge the whole cache or even the the associated Query objects simple by using:

sample.find().clean().cache().exec(function (err, doc) {});