Opened 4 years ago
Closed 4 years ago
#37726 closed defect (bug) (fixed)
Mark $cache_hits public on WP_Object_Cache
Reported by: | danielbachhuber | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Cache API | Keywords: | has-patch |
Focuses: | Cc: |
Description
$cache_misses
is public, but $cache_hits
is private. They should both be public, because they're useful for debugging purposes.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 38335: