---
title: How to Flush WordPress Site Cache and Purge Edge Cache (CDN)
url: "https://pressable-staging.mystagingwebsite.com/knowledgebase/how-to-purge-cache-in-wordpress-cdn/"
published: 2013-10-01
modified: 2025-09-11
author: Wayne McWilliams
---

There are multiple options for purging and flushing site caches here at Pressable. Note that your site may temporarily encounter degraded performance after a cache flush.

## MyPressable Control Panel Cache Controls

To clear the WordPress object cache or purge the CDN, login to the **[MyPressable Control Panel](https://my.pressable-staging.mystagingwebsite.com/)** and select the site you want to purge the cache for by clicking on “Settings”

![](https://i0.wp.com/pressable-staging.mystagingwebsite.com/wp-content/uploads/2023/11/Screenshot-2023-11-15-at-15.42.09-1.png?resize=1024%2C106&ssl=1)

From the “Performance” tab you can selectively purge and flush the Edge Cache (CDN) and Object Cache.

![How to purge the Edge Cache (CDN) and Object Cache of a Pressable WordPress website.](https://i0.wp.com/pressable-staging.mystagingwebsite.com/wp-content/uploads/2024/04/flush-wordpress-site-cache-pressable.png?resize=1024%2C671&ssl=1)

## WP-CLI Cache Flush Command

Another option for flushing your site cache is via [WP-CLI](https://pressable-staging.mystagingwebsite.com/knowledgebase/how-to-use-wp-cli/).

Once connected to your site via [SSH](https://pressable-staging.mystagingwebsite.com/knowledgebase/connect-to-ssh-on-pressable/), the following WP-CLI command can be utilized to flush the site’s cache.

`wp cache flush`

## Pressable Cache Management Plugin

The [Pressable Cache Management plugin](https://pressable-staging.mystagingwebsite.com/knowledgebase/pressable-cache-management-plugin/) can also be installed on your site to allow you to manage Batcache, Edge Cache and Object Cache from your site’s WP Admin Dashboard.

## Cache Types

You can learn more about the different types of caching used at Pressable in our [Caching Types Available in Pressable](https://pressable-staging.mystagingwebsite.com/knowledgebase/caching-types-available-pressable/) article.
