UNPKG

dinache

Version:

Restful light weight in-memory cache server built on top of node.js and dinoloop.

8 lines (7 loc) 153 B
export declare class Dinache { private app; private port; constructor(port?: number); start(): void; getAppInstance(): any; }