Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
157 stars 55 forks source link

Implement `wp_cache_flush_runtime()` #144

Closed ethitter closed 1 year ago

ethitter commented 1 year ago

WP 6.0 introduced wp_cache_flush_runtime(). As of https://github.com/WordPress/wordpress-develop/commit/c204a6aa273dc899a677f16aced5941526878c60, the method is called in WP's unit test framework, triggering this error:

Unexpected incorrect usage notice for wp_cache_flush_runtime.
Your object cache implementation does not support flushing the in-memory runtime cache. (This message was added in version 6.1.0.)
sjinks commented 1 year ago

That is already implemented in #141, I believe.

ethitter commented 1 year ago

Indeed it was. I missed that. Thanks!