If you use the MultiSite installation on your wordpress, separate cache is created for each site. When you click on the “Clear All Cache” button, only the cache of the current site is cleared. Continue reading
Tag Archives: Clear Cache

Clear Cache After Theme or Plugin Update
When you update any plugin or theme, you might ask for the entire cache to be cleared. Continue reading

Clear Cache Link on the Toolbar
One of the ways to clear cache is clicking on the link which exists on the admin toolbar. By default, only the admin users can see the clear cache button on the toolbar. Continue reading

Clear Cache via URL
There are some features which provide you to clear cache via admin panel. You need to have to login into the wordpress admin panel. Continue reading
How to Clear Cache with Cron Jobs
You can get detail via the following link.
https://www.wpfastestcache.com/features/clear-cache-via-url/
Clearing Cache After New Post
When a new post is published, you can clear all cache or the cache of homepage, the cache of the post’s categories and the cache of the post’s tags.
How to Set
You can reach the wizard with clicking on the “new post” option.
(Deprecated) Hide or Disable Clear Cache Button
We removed the clear cache button from column so there is no need to hide the button.
https://www.wpfastestcache.com/tutorial/clear-cache-for-specific-page/

Clear Cache Process
WP Fastest Cache does not clear the cache instantly not to increase the CPU usage. Continue reading
Clearing Cache After Deleting Post/Page
When a post or a page is deleted, some cache files are cleared instead of all the cache files being cleared in order not to increase the CPU usage. Continue reading

Clear Cache for Specific Page
We occasionally need to clear a page’s cache, but clearing the entire cache is not good for CPU. For this situation, there are two ways of clearing cache on specific posts/pages. Continue reading
Clear Cache After Posting Comment
The cache of the page is cleared automatically after the comment is approved of.
Continue reading

Cache Timeout Page
You can clear the cache whenever you want via Cache Timeout page. Continue reading
To Clear Cache After Update
How to Clear All The Cache After Update Post
Follow the link: http://www.wpfastestcache.com/tutorial/to-clear-cache-after-update/

Clear the Cache by Calling the Function Hook
You can clear the cache by calling the following functions. You can use them outside of the plugin.
Continue reading