@wraplib/in-memory-cache
v0.1.0
Published
In-memory cache implementation
Downloads
2
Readme
In-memory cache plugin
in-memory cache is an in-memory plugin implementation for the cache interface. it allows storig and retriveing data by keys in-memory.
How to Build, Deploy, and Test
Install Dependencies
nvm install && nvm use
yarn
Build
yarn build
Deploy
yarn deploy
Test
yarn test