fastify-caching icon indicating copy to clipboard operation
fastify-caching copied to clipboard

A Fastify plugin to facilitate working with cache headers

Results 3 fastify-caching issues
Sort by recently updated
recently updated
newest added

### 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...

stale

Currently `cache-control` header is sent for even 404 response. Can we avoid it?

bug

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 ![image](https://github.com/fastify/fastify-caching/assets/74761884/41b8caa5-7e38-4e2e-852c-b871d936bd9a) and should use ![image](https://github.com/fastify/fastify-caching/assets/74761884/059cecae-f158-497c-9971-f64c06e0ed22) I don`t know why...