Title: Docket Cache Support
Last modified: July 11, 2024

---

# Docket Cache Support

 *  Resolved [jazir5](https://wordpress.org/support/users/jazir5/)
 * (@jazir5)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/docket-cache-support/)
 * [https://wordpress.org/plugins/docket-cache/](https://wordpress.org/plugins/docket-cache/)
 * It would be great if you could add support for Docket Cache.

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

 *  Plugin Author [Kevin Pirnie](https://wordpress.org/support/users/kevp75/)
 * (@kevp75)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/docket-cache-support/#post-17885985)
 * [@jazir5](https://wordpress.org/support/users/jazir5/)
 * The Cache Purger already removes files created in WP_CONTENT_DIR.’/cache’ which
   is the default location Docket Cache creates it’s cached files.
 * I do not think it is necessary to customize that path in the Purger.
 * Also, Docket Cache also has mechinisms in place to clear it’s own caches.
    -  This reply was modified 1 year, 10 months ago by [Kevin Pirnie](https://wordpress.org/support/users/kevp75/).
      Reason: plugin spelling
 *  Thread Starter [jazir5](https://wordpress.org/support/users/jazir5/)
 * (@jazir5)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/docket-cache-support/#post-17889181)
 * Docket Cache also stores data in these directories:
 * htdocs/wp-content/docket-cache-data
 * htdocs/wp-content/cache/docket-cache
 * These won’t be purged simultaneously like the other caches will will it?
    -  This reply was modified 1 year, 10 months ago by [jazir5](https://wordpress.org/support/users/jazir5/).
 *  Plugin Author [Kevin Pirnie](https://wordpress.org/support/users/kevp75/)
 * (@kevp75)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/docket-cache-support/#post-17890155)
 * The exact path the plugin stores it’s content is, is defined in the plugin as:
 * > if (!\defined(‘DOCKET_CACHE_CONTENT_PATH’)) {
   >     \define(‘DOCKET_CACHE_CONTENT_PATH’, WP_CONTENT_DIR);
   > }
 * `WP_CONTENT_DIR` is already cleared by my plugin as I already stated. This is
   NOT going to be changed, and I am NOT going to try to detect custom set paths.

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

The topic ‘Docket Cache Support’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Kevin Pirnie](https://wordpress.org/support/users/kevp75/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/docket-cache-support/#post-17890155)
 * Status: resolved