UNPKG

ts-method-cache

Version:

Data method caching logic based on TypeScript decorators

3 lines (2 loc) 181 B
import { StorageCacheOptions } from '../../storage/interface/storage-cache-options'; export declare function SessionCache(options: StorageCacheOptions | string): MethodDecorator;