Title: Automatically Delete Cache
Last modified: May 4, 2022

---

# Automatically Delete Cache

 *  [ramesh2014](https://wordpress.org/support/users/ramesh2014/)
 * (@ramesh2014)
 * [4 years ago](https://wordpress.org/support/topic/automatically-delete-cache-2/)
 * Hi,
    I need delete cache automatically every one week, let me know how can I 
   do it?
 * thank you
    Ramesh.
    -  This topic was modified 4 years ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

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

 *  [serpentdriver](https://wordpress.org/support/users/serpentdriver/)
 * (@serpentdriver)
 * [4 years ago](https://wordpress.org/support/topic/automatically-delete-cache-2/#post-15616020)
 * The entire cache or only the cache generated by cache plugin?
 *  Thread Starter [ramesh2014](https://wordpress.org/support/users/ramesh2014/)
 * (@ramesh2014)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/automatically-delete-cache-2/#post-15637683)
 * Hi
    I need to delete automatically (once a week) cache generated by cache plugin.
 * thank you.
 *  [serpentdriver](https://wordpress.org/support/users/serpentdriver/)
 * (@serpentdriver)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/automatically-delete-cache-2/#post-15637719)
 * 1. Create a blank PHP file and copy code below in this file.
    2. Place this file
   in root directory of your WP installation. 3. Setup a cron with weekly interval
 *     ```
       header('X-LiteSpeed-Cache-Control: no-cache');
       $tag = __DIR__ . '/wp-content/plugins/litespeed-cache/';
       $tag = substr(md5($tag), -3) . '_';
       header("X-LiteSpeed-Purge:" . $tag);
       ```
   

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

The topic ‘Automatically Delete Cache’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

## Tags

 * [automatically](https://wordpress.org/support/topic-tag/automatically/)
 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [delete](https://wordpress.org/support/topic-tag/delete/)

 * 3 replies
 * 2 participants
 * Last reply from: [serpentdriver](https://wordpress.org/support/users/serpentdriver/)
 * Last activity: [3 years, 12 months ago](https://wordpress.org/support/topic/automatically-delete-cache-2/#post-15637719)
 * Status: not a support question