tsoa-next / tsoa-next / SpecCacheHandler
Interface: SpecCacheHandler
محددة في: packages/runtime/src/decorators/specPath.ts:54
Cache adapter used by SpecPath لتذكير الاستجابات المتولدة.
الطرائق
get()
ts
get(context):
| SpecResponseValue
| Promise<SpecResponseValue | undefined>
| undefined;محددة في: packages/runtime/src/decorators/specPath.ts:55
البارامترات
context
العودة
| SpecResponseValue | Promise<SpecResponseValue | undefined> | undefined
set()
ts
set(context, value): void | Promise<void>;محددة في: packages/runtime/src/decorators/specPath.ts:56
البارامترات
context
value
string
العودة
void | Promise<void>
Contributors
No contributors
Changelog
No recent changes
