nodecache-as-promised icon indicating copy to clipboard operation
nodecache-as-promised copied to clipboard

In-memory cache supporting promise based workers and middleware hooks (distributed expiry and persistence provided)

Results 2 nodecache-as-promised issues
Sort by recently updated
recently updated
newest added

Hello. I'm on Node 10.x on AWS lambda. How can Node versions 10 or less best utilize this package? The following seems to work for me, though it is an...

I'm using nodecache-as-promised to cache some values that I would otherwise need to fetch from an expensive remote. In order to share the cache between my instances, I'm using the...