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.
