Title: Question (or feature request)
Last modified: July 10, 2017

---

# Question (or feature request)

 *  Resolved [Abigailm](https://wordpress.org/support/users/abigailm/)
 * (@abigailm)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/)
 * Is there a way to automate deletion of files in the “wpfc-minified” folder, the
   same way that a timeout can be set for the “All” cache? I’d like to flush the
   css/javascript regularly, because otherwise there are conflicts sometimes when
   a plugin updates, but the older styles/js are still being served from cache.
 * I had thought setting the timeout for the “All” cache would include everything,
   but I can seen now that the minified styles are not being refreshed.

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

 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9305989)
 * sorry, there is no such feature. You can clear them manually when you update 
   any plugin.
 *  Thread Starter [Abigailm](https://wordpress.org/support/users/abigailm/)
 * (@abigailm)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9306874)
 * Is there a function hook that could be coded to clear the wpfc-minified folder?
   Perhaps something that could be written into a cron job?
 * Or is the feature I suggested included in the premium version?
 * My problem is that I manage multiple web sites, with many different plugins, 
   and I usually update plugins from a remote API rather than going to the site —
   so manually clearing all caches every time isn’t really feasible.
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9308556)
 * now I got what you wanna do 🙂
 * $GLOBALS[‘wp_fastest_cache’]->deleteCache(true); , this function clears /wp-content/
   cache/all/ and /wp-content/cache/wpfc-minified/ folders.
 *     ```
       if(isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache')){
              $GLOBALS['wp_fastest_cache']->deleteCache(true);
       }
       ```
   
 * [http://www.wpfastestcache.com/tutorial/delete-the-cache-by-calling-the-function/](http://www.wpfastestcache.com/tutorial/delete-the-cache-by-calling-the-function/)
 *  Thread Starter [Abigailm](https://wordpress.org/support/users/abigailm/)
 * (@abigailm)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9309952)
 * Thank you!
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9310243)
 * you are welcome 🙂 if you vote, you make me so happy.
 * [https://wordpress.org/support/plugin/wp-fastest-cache/reviews/?rate=5#new-post](https://wordpress.org/support/plugin/wp-fastest-cache/reviews/?rate=5#new-post)
 *  Thread Starter [Abigailm](https://wordpress.org/support/users/abigailm/)
 * (@abigailm)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9310250)
 * Already did, long time ago! 5 stars!
 *  Plugin Author [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * (@emrevona)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9310254)
 * ow thanks 🙂

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

The topic ‘Question (or feature request)’ is closed to new replies.

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

 * 7 replies
 * 2 participants
 * Last reply from: [Emre Vona](https://wordpress.org/support/users/emrevona/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/question-or-feature-request-2/#post-9310254)
 * Status: resolved