Jul 23, 2017 · 1 min read
copy/paste revealed I can even further simplify caching implementation, like this:
const cache = require("../../caching");cache.set(key, data);
copy/paste revealed I can even further simplify caching implementation, like this:
const cache = require("../../caching");cache.set(key, data);