tsoa-next / @tsoa-next/runtime / SpecPathCache
Tipo Alias: SpecPathCache
ts
type SpecPathCache =
| "none"
| "memory"
| SpecCacheHandler;Definido en: packages/runtime/src/decorators/specPath.ts:62
Cache strategy supported by SpecPath.
Contributors
No contributors
Changelog
No recent changes
