Type Alias CacheConfig<T>

CacheConfig: T extends "memory" ? CacherMemoryConfig : CacheDiskConfig

Type Parameters

  • T extends "memory" | "disk"