Changeset 53763 for trunk/tests/phpunit/includes/object-cache.php
- Timestamp:
- 07/22/2022 08:50:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/object-cache.php
r52976 r53763 744 744 global $wp_object_cache; 745 745 $wp_object_cache = new WP_Object_Cache(); 746 } 747 748 /** 749 * Whether the object cache implementation supports flushing individual cache groups. 750 * 751 * @since 6.1.0 752 * 753 * @return bool True if group flushing is supported, false otherwise. 754 */ 755 function wp_cache_supports_group_flush() { 756 return false; 746 757 } 747 758
Note: See TracChangeset
for help on using the changeset viewer.