Title: Cache / Object Cache and Pods errors
Last modified: March 10, 2023

---

# Cache / Object Cache and Pods errors

 *  Resolved [soumitranaik](https://wordpress.org/support/users/soumitranaik/)
 * (@soumitranaik)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/cache-object-cache-and-pods-errors/)
 * I am getting these errors on a cloudways hosted website:
 *     ```wp-block-code
       objectcache.debug: Flushing object cache... require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, PodsAPI->cache_flush_fields, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
   
       objectcache.debug: Flushing object cache... require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
   
       objectcache.debug: Flushing object cache... require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, PodsAPI->cache_flush_fields, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
   
       objectcache.debug: Flushing object cache... require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
   
       objectcache.debug: Flushing object cache... require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
   
       PHP Notice:  Function FLThemeBuilderRulesLocation::get_current_page_location was called <strong>incorrectly</strong>. Must be called on or after the wp action. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 1.0.)
   
       objectcache.debug: Flushing object cache... require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
   
       objectcache.debug: Flushing object cache... require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('setup_theme'), WP_Hook->do_action, WP_Hook->apply_filters, PodsComponents->load, PodsComponent->__construct, Pods_Templates->init, Pods_Templates->register_config, pods_register_group, PodsAPI->cache_flush_groups, PodsAPI->cache_flush_fields, pods_cache_clear, pods_view_clear, PodsView::clear, wp_cache_flush, apply_filters('pre_objectcache_flush'), WP_Hook->apply_filters, RedisCachePro\Plugin->maybeLogFlush
       ```
   

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

 *  Plugin Support [pdclark](https://wordpress.org/support/users/pdclark/)
 * (@pdclark)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/cache-object-cache-and-pods-errors/#post-16546500)
 * These aren’t errors, they’re verbose debug logs saying the cache is being cleared.
   It says Pods is calling `wp_cache_flush()`, and the `RedisCachePro` plugin is
   hooking into the `pre_objectcache_flush` filter. If there’s a problem with the
   logs appearing, talk with the host or the authors of RedisCachePro about disabling
   verbose logging.
 *  Thread Starter [soumitranaik](https://wordpress.org/support/users/soumitranaik/)
 * (@soumitranaik)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/cache-object-cache-and-pods-errors/#post-16552599)
 * Thanks Paul – I appreciate your quick response. Do you know what triggers Pods
   calling the cache clear? It seems to be happening each time a page is viewed 
   or loaded? Is that what should happen or not? Many thanks Paul
 *  Plugin Author [Scott Kingsley Clark](https://wordpress.org/support/users/sc0ttkclark/)
 * (@sc0ttkclark)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/cache-object-cache-and-pods-errors/#post-16552707)
 * I’m looking at this particular issue now, it was not intentional for that to 
   somehow trigger cache clearing every page load and appears to be regression introduced
   when solving another bug.
 *  Thread Starter [soumitranaik](https://wordpress.org/support/users/soumitranaik/)
 * (@soumitranaik)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/cache-object-cache-and-pods-errors/#post-16556409)
 * Many thanks Scott

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

The topic ‘Cache / Object Cache and Pods errors’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [object-cache](https://wordpress.org/support/topic-tag/object-cache/)

 * 4 replies
 * 3 participants
 * Last reply from: [soumitranaik](https://wordpress.org/support/users/soumitranaik/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/cache-object-cache-and-pods-errors/#post-16556409)
 * Status: resolved