Search code examples
node.jscachingmemcachedbrowser-cache

Using "node-cache" module for caching data for node.js application


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?


Solution

  • You should start with checking the documentation

    myCache.get( key, [callback] )