UNPKG

@m4x1m1l14n/cache

Version:

Lightweight in-memory isomorphic cache implementation with TTL for browser & Node JS written in TypeScript

3 lines (2 loc) 95 B
export { Cache } from './classes/Cache'; export { CacheOptions } from './models/CacheOptions';