eneajaho / ngx-isr

Incremental Static Regeneration for Angular
https://www.npmjs.com/package/ngx-isr
MIT License
151 stars 10 forks source link

Feature Request - Cache-Control #27

Open jdgamble555 opened 2 years ago

jdgamble555 commented 2 years ago

Add the ability to automate the Cache-Control header instead of an in-memory-cache. This is how NextJS, and NextJS13. This would be great for CDNs on Serverless Functions.

J

eneajaho commented 1 year ago

Hello, sorry for late reply. This is doable, but can you explain more the benefits over the current way? Thanks