Make WordPress Core


Ignore:
Timestamp:
03/10/2023 05:49:58 PM (19 months ago)
Author:
spacedmonkey
Message:

Cache API: Make network-queries and site-queries global cache groups.

Fixes a bug introduced in [55526]. The cache groups network-queries and site-queries store query results for network and site. These are network level data and should be stored in a global cache group.

Props spacedmonkey, tillkruess, flixos90.
See #57625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/abstract-testcase.php

    r55252 r55537  
    400400                'global-posts',
    401401                'networks',
     402                'network-queries',
    402403                'sites',
    403404                'site-details',
    404405                'site-options',
     406                'site-queries',
    405407                'site-transient',
    406408                'rss',
Note: See TracChangeset for help on using the changeset viewer.