typescript-cache-helper Installation npm i typescript-cache-helper@latest -g Usage const cacheHelper = new CacheHelper(['cache-name'], 300); cacheHelper.Add('cache-name', 'key', { 'key', 'value' }); Development Clone the latest and run npm run prep to install packages and prep the git hooks