UNPKG

ts-method-cache

Version:

Data method caching logic based on TypeScript decorators

3 lines (2 loc) 146 B
import { PersistentCacheOptions } from '../../persistent-cache-options'; export interface StorageCacheOptions extends PersistentCacheOptions {}