UNPKG

@lakutata-component/cacher

Version:

Lakutata Cacher Component

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