What is the difference between page caching and object caching?

Page caching serves complete static HTML pages to anonymous visitors, avoiding PHP and database work entirely. Object caching stores database query results in memory for dynamic pages, logged-in users and admin pages. Both are essential for a fast WordPress site.