UNPKG

@lakutata-component/cacher

Version:

Lakutata Cacher Component

5 lines (4 loc) 124 B
export interface IBaseCacheOptions { readonly type: 'memory' | 'fs' | 'redis' | 'memcached' readonly ttl?: number }