Title: External empty cache ?
Last modified: August 20, 2016

---

# External empty cache ?

 *  Resolved [dynexd](https://wordpress.org/support/users/dynexd/)
 * (@dynexd)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/external-empty-cache/)
 * Hi,
    i have some database table not in WordPress on my website like statistics
   for football players, everything is managed in php but not via wordpress. Tose
   statistics are displayed into my wordpress website via “include()” command.
 * I think that w3-total-cache empty cache each time a new wp post is published,
   but i’d like it to empty when i update my others database tables.
 * Is there any php code i can use to manually “empty all caches” ?
 * Thanks

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

 *  [Andreas](https://wordpress.org/support/users/andreasnrb/)
 * (@andreasnrb)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/external-empty-cache/#post-2248436)
 * Yes, you can call a number of different functions to clear various caches.
    flush_pgcache()//
   page cache flush_dbcache() // database cache flush_minify() // minify cache flush_all()//
   all caches Calling flush_pgcache() should be enough.
 * If your statistics change often you can tell Total Cache not to cache parts of
   your WP themes. You find information in Performance->FAQ It is called fragment
   caching.
 *  Thread Starter [dynexd](https://wordpress.org/support/users/dynexd/)
 * (@dynexd)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/external-empty-cache/#post-2248437)
 * Hey thx 😉

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

The topic ‘External empty cache ?’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [dynexd](https://wordpress.org/support/users/dynexd/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/external-empty-cache/#post-2248437)
 * Status: resolved