@egomobile/cache
A memory cache for Node.js.
Install
Execute the following command from your project folder, where your package.json
file is stored:
npm install --save @egomobile/cache
Usage
import { startServer } from "@egomobile/cache";
startServer();
Documentation
The API documentation can be found here.