NestJS एक built-in caching module (@nestjs/cache-manager) प्रदान गर्छ जसमा एकीकृत API छ जो विभिन्न stores मा काम गर्छ — डिफल्टरूपमा in-memory, वा multiple instances मा distributed caching को लागि Redis। Caching ले दोहोरिएको महँगो काम टाढा राखेर कार्यप्रदर्शन नाटकीय रूपमा सुधार गर्छ।
Cache module सेट अप गर्दै
({
: [
.({
: ,
: ,
: ,
}),
],
})
{}
