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.