why do Node.js npm node-cache expire cache not work correctly?

前端 未结 0 1230
庸人自扰
庸人自扰 2020-12-01 15:51

This method save successfully cache in nodejs

    const NodeCache = require( "node-cache" );
    const myCache = new NodeCache( );
    const obj = {         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题