Skip to content
Merged
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
2 changes: 1 addition & 1 deletion products/workers/src/content/runtime-apis/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ cache.put(request, response)
- `request` <Type>string</Type> | <TypeLink href="/runtime-apis/request">Request</TypeLink>
- Either a string or a [`Request`](/runtime-apis/request) object to serve as the key. If a string is passed, it is interpreted as the URL for a new Request object.

- `response` <TypeLink href="/runtime-apis/request">Request</TypeLink>
- `response` <TypeLink href="/runtime-apis/response">Response</TypeLink>
- A [`Response`](/runtime-apis/response) object to store under the given key.

</Definitions>
Expand Down