UNPKG

typescript-cacheable

Version:

An in-memory caching (memoization) decorator for Typescript

5 lines (4 loc) 164 B
import { MethodMap, CacheRegistry } from './CacheRegistry'; export declare class GlobalCacheRegistry extends CacheRegistry { protected newCache(): MethodMap; }