0.5.0 • Published 1 year ago

@egomobile/cache v0.5.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
1 year ago

npm last build PRs Welcome

@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.