Ttl
@tsed/platform-cache
Usage
typescript
import { Ttl } from "@tsed/platform/platform-cache/src/types/services/PlatformCache";
See /packages/platform/platform-cache/src/types/services/PlatformCache.ts.
Overview
ts
type Ttl = number | ((result: any) => number);