Skip to content

Commit 67c8bba

Browse files
authored
[Workers]Update apis.mdx
Can we link the Cache API docs here? https://developers.cloudflare.com/workers/runtime-apis/cache/
1 parent 1bde00e commit 67c8bba

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/configuration/integrations

1 file changed

+1
-1
lines changed

src/content/docs/workers/configuration/integrations/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ For services that require mTLS authentication, use [mTLS certificates](/workers/
4747

4848
## Tips
4949

50-
- Use the Cache API to cache data from the third party API. This allows you to optimize cacheable requests made to the API. Integrating with third party APIs from Cloudflare Workers adds additional functionality and features to your application.
50+
- Use the [Cache API](/workers/runtime-apis/cache/) to cache data from the third party API. This allows you to optimize cacheable requests made to the API. Integrating with third party APIs from Cloudflare Workers adds additional functionality and features to your application.
5151

5252
- Use [Custom Domains](/workers/configuration/routing/custom-domains/) when communicating with external APIs, which treat your Worker as your core application.

0 commit comments

Comments
 (0)