Changeset 52772 for trunk/src/wp-includes/cache.php
- Timestamp:
- 02/18/2022 12:04:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r52708 r52772 270 270 271 271 /** 272 * Removes all cache items from the in-memory runtime cache. 273 * 274 * @since 6.0.0 275 * 276 * @see WP_Object_Cache::flush() 277 * 278 * @return bool True on success, false on failure. 279 */ 280 function wp_cache_flush_runtime() { 281 return wp_cache_flush(); 282 } 283 284 /** 272 285 * Closes the cache. 273 286 *
Note: See TracChangeset
for help on using the changeset viewer.