

Review the cache state, connection controls, summary metrics, and health checks from the ObjectNest dashboard.
ObjectNest Cache makes persistent object caching understandable and manageable inside WordPress. It connects WordPress to a Memcached server through the standard wp-content/object-cache.php drop-in and explains whether the PHP extension, server, and drop-in are working.
The plugin stays local-first. It does not create an account, send site data to a remote service, add frontend assets, or track visitors.
memcached extension and a reachable Memcached server.memcache extension is not the extension used by the Memcached backend.ObjectNest never overwrites an object-cache.php file it does not own. Memcached should listen on a private interface or protected network; do not expose it to the public internet. Cache keys are salted per WordPress installation when the generated drop-in is created.
The Flush action affects the connected cache backend’s pool. Use it only when you understand whether that server is shared with other applications.