> For the complete documentation index, see [llms.txt](https://docs.storyhub.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storyhub.co.kr/functions/common/cache.md).

# 캐시 초기화

## 🚀 기능 소개

저장되어 있는 캐시를 초기화 하는 기능입니다.\
작성하신 공지사항이나 포토갤러리 등 홈페이지 메인에 최신글을 바로 반영이 필요한 경우\
캐시를 초기화 해주세요.

※ SNS 연동정보(인스타)의 경우 별도의 하단의 SNS연동을 참고해주세요.

{% content-ref url="/pages/-MUCOoHsf3nCYfvnuPXB" %}
[SNS 연동](/functions/marketing/sns.md)
{% endcontent-ref %}

{% hint style="warning" %}
캐시란 무엇인가요?\
홈페이지로 들어오는 과부하 및 외부로 받는 공격(DDos)을 막기 위해 일정 시간동안 데이터를\
저장하는 안전장치 입니다. 캐시는 3\~5분마다 자동으로 새롭게 갱신됩니다.
{% endhint %}

## 🙋‍♀️ 이용 안내

### 1. 대시보드 이동

<div align="left"><img src="/files/-MUCftr7H1Z5FnHMJ_8Q" alt=""></div>

캐시 초기화를 위해 대시보드로 이동해주세요.

### 2. 초기화 버튼 클릭

<div align="left"><img src="/files/-MUCfJe8V0oWFT9J1_Rg" alt=""></div>

버튼을 클릭하여 캐시 초기화를 진행해주세요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.storyhub.co.kr/functions/common/cache.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.
