> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/contenido-general/borrar-cache.md).

# Borrar Caché

## &#x20;¿Qué es la memoria caché?

La **memoria caché** es una memoria auxiliar de alta velocidad y eficiencia, diseñada para almacenar copias de los archivos y datos más utilizados por el usuario desde cualquier dispositivo.\
**Función principal:** optimizar el rendimiento del sitio permitiendo un **acceso más rápido y eficiente** a los datos almacenados cada vez que se necesiten.

***

> **🖱️**Ingresa a la opción **Administración** **➡ Borrar Caché** del menú principal.
>
> **🔑** Rol requerido **➡ Blog, Campañas, Descuentos, Importación, Logística, Lookbooks, Páginas y menús, Productos, Seo y Sucursales**

## Cómo borrar el caché en tu tienda Fenicio

1. **Borrado automático:**
   * Fenicio borra automáticamente el caché del sitio **cada hora en punto**.
2. **Borrado manual:**
   * Si realizas cambios en módulos como **banners, páginas o menús** y quieres visualizar los cambios de inmediato, podés borrar el caché manualmente.
   * Para hacerlo, hacé clic en los **cuadros de limpieza de caché** que aparecen en la sección correspondiente del panel de administración.
3. **Sugerencia automática:**
   * Cuando se carga un nuevo banner u otro contenido, el panel mostrará la opción **“Limpiar caché ahora”**, permitiendo que los cambios se reflejen inmediatamente en la tienda.
4. Borrado forzado de caché desde Administración
   * Ingresá a la sección **Administración** del panel.
   * Seleccioná las opciones:
     * **Sitio Público**
     * **Imágenes Generadas**\
       \&#xNAN;*(pueden seleccionarse una o ambas según lo que necesites limpiar)*
   * Hacé clic en **Borrar**.
     * Esto eliminará el **caché de forma inmediata**, reflejando todos los cambios realizados en la tienda.

{% embed url="<https://youtu.be/JCr1-Bah1ME>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://guia.fenicio.help/contenido-general/borrar-cache.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
