Handling LRU (v7) and TTL cache #22
stafyniaksacha
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today, this extension is using cache-manager - npm (npmjs.com)
As we are using the default cache provider of cache-manager (node-cache-manager/memory.js at master · BryanDonovan/node-cache-manager (github.com)) we are stuck on an old version of lru-cache which has made a great major version (v7) with great performance improvements!
It also introduces another library more optimized for cache with TTL: https://github.com/isaacs/ttlcache
My questions are:
Beta Was this translation helpful? Give feedback.
All reactions