---
title: "Clear Grav Cache"
description: "Grav includes built-in caching configured in the user/config/system.yaml file and stored in /cache folder. Below we cover how to clear the Grav site cache using the Admin plugin and SSH. Admin Plugin..."
url: https://www.inmotionhosting.com/support/website/clear-grav-cache/
date: 2018-11-27
modified: 2021-08-16
author: "InMotion Hosting Contributor"
categories: ["Website"]
type: post
lang: en
---

# Clear Grav Cache

Grav includes built-in caching configured in the user/config/system.yaml file and stored in /cache folder. Below we cover **how to clear the Grav site cache using the Admin plugin and SSH**. [Admin Plugin](#admin) [SSH](#ssh)

## Admin Plugin

1. **Log into Grav**.
2. Select **Clear Cache** in the upper-right. [![Grav dashboard](https://www.inmotionhosting.com/support/images/stories/grav/grav-2-admin-dashboard.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-2-admin-dashboard.png) Select the arrow to only clear Assets, Images, Cache, or Tmp cache.

## SSH

1. [Login SSH](/support/server/ssh/do-you-provide-ssh-access/).
2. Type cd ** to navigate to your Grav directory.
3. Type bin/grav clear-cache to clear the cache. Clearing cache Cleared: /home/**/cache/twig/* Cleared: /home/**/cache/doctrine/* Cleared: /home/**/cache/compiled/* Cleared: /home/**/images/* Touched: /home/**/user/config/system.yaml Other options to add after the command include: --all, --assets-only for CSS and Jquery --cache-only for core changes --images-only
4. Check your website in a web browser. You may stiil need to [clear your browser cache](/support/website/how-to-clear-browser-cache-for-major-browsers/).

Learn more about Grav in our [Support Center](/support/website/grav-backups/).
