﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
49373	Move WP_Object_Cache into its own file	SergeyBiryukov	SergeyBiryukov	"Background: #33413, #37035, #37209, #37827, #47775.

In the tickets linked above, most of WP core classes were moved to their own files to conform to [https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#naming-conventions naming conventions] in WordPress coding standards.

The same should be done for the `WP_Object_Cache` class, which currently resides in `wp-includes/cache.php` and should be moved to `wp-includes/class-wp-object-cache.php`.

For backward compatibility, the new file should be included from `wp-includes/cache.php`."	enhancement	closed	normal	5.4	Cache API		normal	fixed			coding-standards
