Nuacht

Second, node-cache-manager features a built-in memory cache (using node-lru-cache), with the standard functions you'd expect in most caches: set(key, val, {ttl: ttl}, cb) // * see note below get(key, ...