fastify-caching
fastify-caching copied to clipboard
A Fastify plugin to facilitate working with cache headers
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue Hey...
Currently `cache-control` header is sent for even 404 response. Can we avoid it?
Relate commit [#116](https://github.com/fastify/fastify-caching/pull/116) When use with typescript in compilerOptions: `"module": "Node16"` | `"Nodenext"`, it will call the `namespace fastifyCaching`, that caused  and should use  I don`t know why...