UNPKG

node-ts-cache

Version:

Simple and extensible caching module supporting decorators

3 lines (2 loc) 181 B
import { CacheContainer, ICachingOptions } from "../cache-container"; export declare function Cache(container: CacheContainer, options?: Partial<ICachingOptions>): MethodDecorator;