UNPKG

johny-cache

Version:

Easy distributed caching for Node.js

5 lines (4 loc) 78 B
export declare class LocalCacheValue { value: any; expires: number; }