---
title: "Clearing drush cache"
date: "2022-02-10T05:19:37+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/94376-clearing-drush-cache"
id: "726af522-13d0-44dd-9837-01973493a4a2"
---

Table of contents will be added

Issue
-----

Drush cache needs to be cleared.

Resolution
----------

In order to run a drush cache clear you simply need to run the following command:

    drush cc drush

If for whatever reason this command doesn’t work or the cache hasn’t been fully cleared, you can manually remove the contents by using the following:

    rm -rf ~/.drush/cache/*

Cause
-----

When drush changes take place such as the addition of new drush commands, drush might behave in unexpected ways. A good first step to troubleshooting issues such as these is to run a cache clear on drush itself.