UNPKG

ts-method-cache

Version:

Data method caching logic based on TypeScript decorators

5 lines (4 loc) 144 B
import { BaseCacheOptions } from './base-cache-options'; export interface CacheContainerOptions extends BaseCacheOptions { key: string; }