Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Cache API is not compatible with tiered caching. To take advantage of tiered

When using single-file purge to purge assets cached by a Worker, make sure not to purge the end user URL. Instead, purge the URL that is in the `fetch` request. For example, you have a Worker that runs on `https://example.com/hello` and this Worker makes a `fetch` request to `https://notexample.com/hello`.

As far as cache is concerned, the asset in the `fetch` request (`https://notexample.com/hello`) is the asset that is cached (`https://notexample.com/hello`). To purge it, you need to purge `https://notexample.com/hello`.
As far as cache is concerned, the asset in the `fetch` request (`https://notexample.com/hello`) is the asset that is cached. To purge it, you need to purge `https://notexample.com/hello`.

Purging the end user URL, `https://example.com/hello`, will not work because that is not the URL that cache sees. You need to confirm in your Worker which URL you are actually fetching, so you can purge the correct asset.

Expand Down
24 changes: 12 additions & 12 deletions src/content/videos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ entries:
content_type: 🎥 Video
pcx_content_type: tutorial
- link: https://developers.cloudflare.com/workers/frameworks/framework-guides/nextjs/#video-tutorial
title: Deploy NextJS to your Workers Application
title: Deploy NextJS to your Workers Application
description: Watch to learn how to easily deploy your NextJS application to the Cloudflare global network.
tags: [NextJS, Workers, Pages]
languages: [TypeScript]
Expand All @@ -310,10 +310,10 @@ entries:
updated: 2024-10-31
difficulty: Intermediate
content_type: 🎥 Video
pcx_content_type: tutorial
pcx_content_type: tutorial
- link: https://youtu.be/RmF05GpLE20
title: DevTalk Episode 02 | Post-Quantum Cryptography
description: Bas Westerbaan is Cloudflare’s Research Lead on Post-Quantum efforts. His work ranges from cryptographic implementation and standardization, to driving large-scale experiment and subsequent deployment.
description: Bas Westerbaan is Cloudflare’s Research Lead on Post-Quantum efforts. His work ranges from cryptographic implementation and standardization, to driving large-scale experiment and subsequent deployment.
tags: [SSL]
languages: [TypeScript]
products: [SSL]
Expand All @@ -322,7 +322,7 @@ entries:
updated: 2024-11-14
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
pcx_content_type: tutorial
- link: https://youtu.be/xu4Wb-IppmM
title: OpenAI Relay Server on Cloudflare Workers
description: In this video, Craig Dennis walks you through the deployment of OpenAI's relay server to use with their realtime API.
Expand All @@ -334,7 +334,7 @@ entries:
updated: 2024-11-14
difficulty: Intermediate
content_type: 🎥 Video
pcx_content_type: tutorial
pcx_content_type: tutorial
- link: https://developers.cloudflare.com/workers/runtime-apis/rpc/#video-tutorial
title: Workers RPC Tutorial
description: Learn how to implement RPC in your JavaScript applications and build serverless solutions.
Expand All @@ -346,10 +346,10 @@ entries:
updated: 2024-11-10
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
pcx_content_type: tutorial
- link: https://youtu.be/B2bLUc3iOsI
title: Deploy your React App to Cloudflare Workers
description: Learn how to deploy an existing React application to Cloudflare Workers.
description: Learn how to deploy an existing React application to Cloudflare Workers.
tags: [Workers, Pages]
languages: [TypeScript]
products: [Workers, Pages]
Expand All @@ -358,10 +358,10 @@ entries:
updated: 2024-11-05
difficulty: Intermediate
content_type: 🎥 Video
pcx_content_type: tutorial
# - link:
# title:
# description:
pcx_content_type: tutorial
# - link:
# title:
# description:
# tags: [Workers, Pages]
# languages: [TypeScript]
# products: [Workers, Pages]
Expand All @@ -370,4 +370,4 @@ entries:
# updated: 2024-11-14
# difficulty: Intermediate
# content_type: 🎥 Video
# pcx_content_type: tutorial
# pcx_content_type: tutorial
Loading