lakutata
Version:
An IoC-based universal application framework.
6 lines (3 loc) • 390 B
TypeScript
import { FileCacheOptions, RedisCacheOptions, MemcacheCacheOptions, MongoCacheOptions, SqliteCacheOptions, PostgresCacheOptions, MysqlCacheOptions } from './TypeDef.internal.103.js';
type CacheStoreOptions = FileCacheOptions | RedisCacheOptions | MemcacheCacheOptions | MongoCacheOptions | SqliteCacheOptions | PostgresCacheOptions | MysqlCacheOptions;
export type { CacheStoreOptions };