UNPKG

simple-node-memory-cache

Version:

In-memory object cache written in typescript for Node that supports multiple eviction strategies.

3 lines (2 loc) 63 B
import { ICacheImp } from './ICacheImp'; export { ICacheImp };