I am using "node-cache" module for caching data in one of my node.js application.is there any api "node-cache" provided to check whether cache hold particular key with data or not?
You should start with checking the documentation
myCache.get( key, [callback] )