UNPKG

@push.rocks/smartcache

Version:

cache things in smart ways

5 lines (4 loc) 158 B
export declare class SmartCache { private _cacheManager; cacheReturn(asyncCachedFuncArg: () => Promise<any>, cacheDuration?: number): Promise<any>; }