# 刷新和预热

## [刷新](/welcome/cn/content-delivery-network/purge-and-prefetch/purge.md)

标记所有存在点（POPs）上缓存的资源为已过期。当 POP 收到请求时，POP 会将请求重定向到源服务器以检索请求的资源。然后，资源被返回给客户端并缓存在 POP 上。刷新功能降低了缓存命中率。

## [预热](/welcome/cn/content-delivery-network/purge-and-prefetch/prefetch.md)

从源服务器预热资源并将其缓存在 POPs 上。当 POP 收到请求时，POP 会直接将请求的资源返回给客户端，因为该资源已经缓存在 POP 上。预热功能提高了缓存命中率。

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

<mark style="color:blue;">只有具有完全访问权限的用户才能添加新域名。有关如何设置权限，请参阅</mark> [<mark style="color:purple;">用户和权限</mark>](/welcome/cn/content-delivery-network/user-and-permissions.md)<mark style="color:blue;">。</mark>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/cn/content-delivery-network/purge-and-prefetch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
