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 0340ead commit fd4f156Copy full SHA for fd4f156
pages/cloudflare/caching.mdx
@@ -293,13 +293,13 @@ The service binding should be a self reference to your worker where `<WORKER_NAM
293
"class_name": "DOShardedTagCache",
294
},
295
],
296
- "migrations": [
297
- {
298
- "tag": "v1",
299
- "new_sqlite_classes": ["DurableObjectQueueHandler", "DOShardedTagCache"],
300
- },
301
- ],
302
+ "migrations": [
+ {
+ "tag": "v1",
+ "new_sqlite_classes": ["DurableObjectQueueHandler", "DOShardedTagCache"],
+ },
+ ],
303
"services": [
304
{
305
"binding": "WORKER_SELF_REFERENCE",
0 commit comments