We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da10a24 commit 4cc6998Copy full SHA for 4cc6998
packages/cloudflare/src/api/overrides/incremental-cache/regional-cache.ts
@@ -135,7 +135,7 @@ class RegionalCache implements IncrementalCache {
135
const { value, lastModified } = rawEntry ?? {};
136
if (!value || typeof lastModified !== "number") return null;
137
138
- console.log("RegionalCache", `get ${key} -> put to cache`);
+ debugCache("RegionalCache", `get ${key} -> put to cache`);
139
140
// Update the locale cache after retrieving from the store.
141
getCloudflareContext().ctx.waitUntil(
0 commit comments