Title: [Bug] About Clear Cache when using this plugin on multisite
Last modified: August 31, 2016

---

# [Bug] About Clear Cache when using this plugin on multisite

 *  Resolved [ze3kr](https://wordpress.org/support/users/ze3kr/)
 * (@ze3kr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bug-about-clear-cache-when-using-this-plugin-on-multisite/)
 * I enabled this plugin for whole network, but I notice when I click Clear Cache
   button, it always clear whole network cache, even if I’m not in network admin
   page but in a blog admin page. And I can’t get notice “The cache has been deleted.”
   when I click Clear Cache button in a blog admin page.
 * I think it should be that: when user click Clear Cache button in a blog admin
   page, only clear the cache of this blog, and add notice for admin. when user 
   click Clear Cache button in network admin page, clear whole network cache, and
   add notice for network admin.
 * I found this code in `cache_enabler.class.php`, line 700
 *     ```
       if ( is_multisite() && is_plugin_active_for_network(CE_BASE) ) {
       ...
       ```
   
 * It is for clear whole network cache, it works, but I think it need change change
   the line 700 to this, so it solve all problem:
 *     ```
       if ( is_multisite() && is_plugin_active_for_network(CE_BASE) && is_network_admin()) {
       ...
       ```
   
 * [https://wordpress.org/plugins/cache-enabler/](https://wordpress.org/plugins/cache-enabler/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [ze3kr](https://wordpress.org/support/users/ze3kr/)
 * (@ze3kr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bug-about-clear-cache-when-using-this-plugin-on-multisite/#post-7211997)
 * And by the way, I updated my plugin [Full Site Cache for KeyCDN](https://wordpress.org/plugins/full-site-cache-kc/)
   to support this plugin, [which I had introduced here](https://www.keycdn.com/community/t/use-keycdn-to-your-whole-wordpress-site-and-get-free-ssl-and-http-2-support/234/9).
 *  Thread Starter [ze3kr](https://wordpress.org/support/users/ze3kr/)
 * (@ze3kr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bug-about-clear-cache-when-using-this-plugin-on-multisite/#post-7212014)
 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/bug-about-clear-cache-when-using-this-plugin-on-multisite/#post-7212236)
 * We will check this soon. Thanks for the feedback.
 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [10 years ago](https://wordpress.org/support/topic/bug-about-clear-cache-when-using-this-plugin-on-multisite/#post-7212237)
 * This will be solved in release 1.1.0.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Bug] About Clear Cache when using this plugin on multisite’ is closed
to new replies.

 * ![](https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cache-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cache-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cache-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cache-enabler/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/bug-about-clear-cache-when-using-this-plugin-on-multisite/#post-7212237)
 * Status: resolved