UNPKG

ts-method-cache

Version:

Data method caching logic based on TypeScript decorators

6 lines (5 loc) 197 B
import { CacheContainerOptions } from '../../core/interface/cache-container-options'; export interface PersistentContainerModel { cacheObjects: string[]; options: CacheContainerOptions; }