UNPKG

@lakutata-component/cacher

Version:

Lakutata Cacher Component

6 lines (5 loc) 433 B
import { IMemoryCacheOptions } from '../interfaces/IMemoryCacheOptions'; import { IFileSystemCacheOptions } from '../interfaces/IFileSystemCacheOptions'; import { IRedisCacheOptions } from '../interfaces/IRedisCacheOptions'; import { IMemcachedCacheOptions } from '../interfaces/IMemcachedCacheOptions'; export declare type TCacheOptions = IMemoryCacheOptions | IFileSystemCacheOptions | IRedisCacheOptions | IMemcachedCacheOptions;