NestJS ఒక built-in caching module (@nestjs/cache-manager) ను అందిస్తుంది, ఇది unified API తో ఆ stores across పనిచేస్తుంది — default by in-memory, లేదా Redis distributed caching కోసం multiple instances across. Caching dramatic గా performance ని improve చేస్తుంది repeated expensive work ను avoid చేయడం ద్వారా.
Cache module ని setup చేయడం
({
: [
.({
: ,
: ,
: ,
}),
],
})
{}
