1.1.1 • Published 3 years ago

@amnesia-js/express-cache v1.1.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
3 years ago

@amnesia-js/express-cache

Short Description: A library to help express suffer from Amnesia.

Long Description: This library provides middleware to help express cache responses using AmnesiaDB

Example:

import { CacheMiddlewareFactory } from '@amnesia-js/express-cache';

let acm = new CacheMiddlewareFactory();
acm.connect({ port: 4224 }) // Connecting to default port and host

app.use(acm.getMiddleware({ nfetch: 2 }));  // Attaching middleware
1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago