Skip to content

kbrashears5/typescript-cache-helper

Repository files navigation

typescript-cache-helper

CI/CD codecov npm Downloads

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