Automattic / wp-memcached

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

wp_cache_flush does not return properly #111

Closed emrikol closed 2 years ago

emrikol commented 2 years ago

According to the WordPress docs, wp_cache_flush() should return true on success or false on failure, but it is always returning null through the flush() class function.