tsoa-next / @tsoa-next/runtime / SpecCacheHandler
इंटरफ़ेस: SpecCacheHandler
में परिभाषित: packages/runtime/src/decorators/specPath.ts:54
द्वारा इस्तेमाल कैश एडाप्टर 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
