Title: Add support for HyperCache
Last modified: July 20, 2018

---

# Add support for HyperCache

 *  Resolved [Erich Munz](https://wordpress.org/support/users/erich_k4wp/)
 * (@erich_k4wp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/add-support-for-hypercache/)
 * Hi, would be nice to also have auto purging of HyperCache!
 * e.g.: (tested and works)
 *     ```
       function fastvelocity_purge_others()
           {
             ...
   
             # Purge Hyper Cache
               if ( class_exists( 'HyperCache' ) )
               {
                   do_action( 'autoptimize_action_cachepurged' );
                   return __( '<div class="notice notice-info is-dismissible"><p>All caches from <strong>HyperCache</strong> have also been purged.</p></div>' );
               }
       }
       ```
   
 * Thank you
    Erich

Viewing 1 replies (of 1 total)

 *  Plugin Author [Raul P.](https://wordpress.org/support/users/alignak/)
 * (@alignak)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/add-support-for-hypercache/#post-10612935)
 * Hi,
 * Thank you for this.
    I’ll add it to the next release 🙂

Viewing 1 replies (of 1 total)

The topic ‘Add support for HyperCache’ is closed to new replies.

 * ![](https://ps.w.org/fast-velocity-minify/assets/icon-128x128.jpg?rev=1440946)
 * [Fast Velocity Minify](https://wordpress.org/plugins/fast-velocity-minify/)
 * [Support Threads](https://wordpress.org/support/plugin/fast-velocity-minify/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-velocity-minify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-velocity-minify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-velocity-minify/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Raul P.](https://wordpress.org/support/users/alignak/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/add-support-for-hypercache/#post-10612935)
 * Status: resolved