Make WordPress Core


Ignore:
Timestamp:
02/13/2024 08:52:23 AM (12 months ago)
Author:
spacedmonkey
Message:

Themes: Add 'theme_files' cache group to block pattern cache operations.

Use 'theme_files' cache group for block pattern caches. Previously, block pattern cache data was not stored in a cache group and used the default group. This new cache group, is setup as a global cache group, meaning that sites using multisite, will have a single cache for block pattern data per theme. This change also no longer invalidate block pattern caches in multisite instances, meaning block pattern caches can be shared between sites on a network, meaning less repeated data in the object cache.

Props spacedmonkey, flixos90, joemcgill.
Fixes #60120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-blogs.php

    r57596 r57608  
    566566                        'site-queries',
    567567                        'site-transient',
     568                        'theme_files',
    568569                        'rss',
    569570                        'users',
     
    659660                        'site-queries',
    660661                        'site-transient',
     662                        'theme_files',
    661663                        'rss',
    662664                        'users',
Note: See TracChangeset for help on using the changeset viewer.