We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fantastic work thanks - A question and possibly due to my ignorance but to get this to work I needed to export the cache function
module.exports.cache = mongoose.Query.prototype.cache ;
and then require it in the calling module
const clearKey = require("./cache").clearKey; const cache = require('./cache').cache
Is this correct ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fantastic work thanks - A question and possibly due to my ignorance but to get this to work I needed to export the cache function
and then require it in the calling module
Is this correct ?
The text was updated successfully, but these errors were encountered: