UNPKG

typescript-cacheable

Version:

An in-memory caching (memoization) decorator for Typescript

8 lines (7 loc) 233 B
import { Scope } from '../Scope'; import { CacheRegistry } from './CacheRegistry'; export declare class CacheRegistryProvider { private static global; private static local; static forScope(scope: Scope): CacheRegistry; }