You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Hi...I have written caching manager in node.js where cache is managed in memory , keeping memory constraint in check. We can provide expiration time for every cache key and backup callback in case key's value is flushed out and not available in cache. Can you please provide your feedback on the same? https://github.com/kshitiz12345/temporary-cache-manager