kishanhitk
CDCloudflare Developers
•Created by kishanhitk on 11/23/2023 in #pages-help
Caching documents with cache headers in Remix
In the loader function, we have access to Caches API, so we can use it to cache loader responses, which works fine.
However, document-level caching with the
headers
function does not work.
Is there a way to enable document-level caching in Remix when deployed on CF Pages?
1 replies