79533377

Date: 2025-03-25 10:44:51
Score: 2.5
Natty:
Report link

As of today, I don’t think there’s a way to completely turn off caching once you start using the @cache-manager module in NestJS. However, I was able to achieve a similar effect by massively reducing the TTL—setting it to less than a second.

The idea is that the cache expires almost immediately after being set, making it practically unnoticeable.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @cache-manager
  • Low reputation (1):
Posted by: Brown TM