WordPress glossary
Object Cache
A memory store like Redis or Memcached that holds frequently used database query results.
Last updated ยท Reviewed by Ali Hassan
Object cache helps logged in pages and admin dashboards, where page cache cannot help. Redis is the modern default. A well tuned object cache cuts database load by 70 to 90% on busy WooCommerce stores.