CacheManager
@tsed/platform-cache
Usage
typescript
import { CacheManager } from "@tsed/platform/platform-cache/src/types/services/PlatformCache";
See /packages/platform/platform-cache/src/types/services/PlatformCache.ts.
Overview
ts
type CacheManager = Cache | MultiCache;