Skip to content

tsoa-next / @tsoa-next/runtime / SpecPathCache

Type Alias: SpecPathCache

ts
type SpecPathCache = 
  | "none"
  | "memory"
  | SpecCacheHandler;

Defined in: packages/runtime/src/decorators/specPath.ts:62

Cache strategy supported by SpecPath.

TypeScript-first OpenAPI generation, route generation, and runtime validation.