telefonicaid / fiware-pep-steelskin

Telefonica's implementation of the FIWARE PEP GE
GNU Affero General Public License v3.0
0 stars 0 forks source link

upgrade to node-cache 5.1.2 #506

Closed AlvaroVega closed 2 years ago

AlvaroVega commented 2 years ago

https://www.npmjs.com/package/node-cache

2.0+ node-cache version has improvements of 300+ times in get access, but changes .get API:

2.0.0 | 2015-01-05 | changed return format of .get() with a error return on a miss and added the .mget() method. Side effect: Performance of .get() up to 330 times faster!

And also there a re bugfixing about ttl expiration...