Changeset 53767 for trunk/src/wp-includes/cache-compat.php
- Timestamp:
- 07/23/2022 02:56:51 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/cache-compat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache-compat.php
r53763 r53767 146 146 /** 147 147 * Removes all cache items in a group, if the object cache implementation supports it. 148 * Before calling this method, always check for group flushing support using the 149 * `wp_cache_supports_group_flush()` method. 148 * 149 * Before calling this function, always check for group flushing support using the 150 * `wp_cache_supports_group_flush()` function. 150 151 * 151 152 * @since 6.1.0 … … 176 177 if ( ! function_exists( 'wp_cache_supports_group_flush' ) ) : 177 178 /** 178 * Whether the object cache implementation supports flushing individual cache groups.179 * Determines whether the object cache implementation supports flushing individual cache groups. 179 180 * 180 181 * @since 6.1.0
Note: See TracChangeset
for help on using the changeset viewer.