---
url: /api/platform/platform-cache/types/services/type-cache-manager.md
description: api documentation of CacheManager from @tsed/platform-cache
---

## Usage

```typescript
import { CacheManager } from "@tsed/platform/platform-cache/src/services/PlatformCache";
```

> See [/packages/platform/platform-cache/src/services/PlatformCache.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/platform/platform-cache/src/services/PlatformCache.ts#L0-L0).

## Overview

```ts
type CacheManager = Cache | MultiCache;
```
