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

Add test for the wp_cache_get $found variable #47

Open joshbetz opened 4 years ago

joshbetz commented 4 years ago

Tests whether the $found variable works for memcached operations. We bypass the local in-memory cache to force wp_cache_get to do a remote operation.