ptarjan / node-cache

A simple in-memory cache for nodejs
BSD 2-Clause "Simplified" License
1.59k stars 214 forks source link

Data not cached #97

Open mrbinr opened 6 years ago

mrbinr commented 6 years ago

Hi,

I have implemanted this module as discribed here https://medium.com/the-node-js-collection/simple-server-side-cache-for-express-js-with-node-js-45ff296ca0f0 but pages are not cached ... i have added logs and in which i can see .get(key) does not return data, and so it always continue.

Other question : is this module still maintained ?

Thanks for your help, Best Regards Pascall

IvanAdmaers commented 2 years ago

I need to see your code to understand the first problem. The last update of this package was 5 years ago (the info at the start of 2022). I think It doesn’t maintain now. I have the similar package called memory-cache-pro that I maintain