Title: [Plugin: WP Super Cache] Manually delete cache for feed(s)
Last modified: August 19, 2016

---

# [Plugin: WP Super Cache] Manually delete cache for feed(s)

 *  [niska](https://wordpress.org/support/users/niska/)
 * (@niska)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/)
 * I want to delete the feed every minute, using cron.
 * I’ve enabled super cache – but I’m not able to find the feed in the supercache-
   directory. How can I, using PHP, delete the feed from the cache manually?
 * [http://wordpress.org/extend/plugins/wp-super-cache/](http://wordpress.org/extend/plugins/wp-super-cache/)

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

 *  [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/#post-1507797)
 * You’ll have to run through all the wp-cache* files in the cache directory. They’re
   serialized arrays and once you examine them it should be easy enough to pick 
   out the feed one.
 *  Thread Starter [niska](https://wordpress.org/support/users/niska/)
 * (@niska)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/#post-1507810)
 * If I write a plugin that can do this. Can I use a function in wp super cache 
   to do this? This way I don’t need to reinvent the weel, and it will also work
   if you make changes in your plugin in the future.
 *  Thread Starter [niska](https://wordpress.org/support/users/niska/)
 * (@niska)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/#post-1507811)
 * I also wonder: If a user enables supercache, why not use the supercache-directory
   for feeds?
 *  Thread Starter [niska](https://wordpress.org/support/users/niska/)
 * (@niska)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/#post-1507829)
 * I’ve actually solved the feed-issue now. But I still wonder why feeds are stored
   differently than normal posts/pages. I hope you have the time to answer 🙂
 *  [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/#post-1507830)
 * The main reason is because feeds have different HTTP headers. It’s much easier
   to do this in PHP and not worth supercaching them.

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

The topic ‘[Plugin: WP Super Cache] Manually delete cache for feed(s)’ is closed
to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-super-cache-manually-delete-cache-for-feeds/#post-1507830)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
