Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    (@niska)

    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

    (@niska)

    I also wonder: If a user enables supercache, why not use the supercache-directory for feeds?

    Thread Starter niska

    (@niska)

    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 🙂

    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.