How to exclude a route from caching in nest.js
I love working with Nest.js, it's such an excellent framework for teams to build a scalable backend server.
Recently, I've been working on caching all our routes. It worked well for a few days then I noticed I missed an endpoint that can not be cac...
blog.shahid.codes2 min read
Sergio
Great article Shahid!
Do I also need to include new interceptor/decorator somewhere else? Like app.module?
This example didn't work for me right away...
thanks,