Skip to content

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;

Released under the MIT License.