UNPKG

ts-method-cache

Version:

Data method caching logic based on TypeScript decorators

3 lines (2 loc) 177 B
import { CacheContainerOptions } from '../interface/cache-container-options'; export declare function CacheContainer(options: CacheContainerOptions | string): ClassDecorator;