@thi.ng/cache

v1.0.20
In-memory cache implementations with ES6 Map-like API and different eviction strategies
cache data structure ES6 LRU Map MRU TLRU TTL typescript and 1 more...

doc

typedoc --mode modules --out doc src

pub

yarn build && yarn publish --access public

test

rimraf build && tsc -p test/tsconfig.json && nyc mocha build/test/*.js

build

yarn clean && yarn build:es6 && yarn build:bundle

clean

rimraf *.js *.d.ts .nyc_output build coverage doc lib

cover

yarn test && nyc report --reporter=lcov

build:es6

tsc --declaration

build:bundle

../../scripts/bundle-module
npm i @thi.ng/[email protected]

Metadata

Downloads

Maintainers