check if fetch request returned a cached response?
In a worker if I have a fetch request:
is it possible to determine if it's a cache hit?
1 Reply
console.log(
Cache Status ${response.headers.get("CF-Cache-Status")}
);