On this page
wp_cache_flush_runtime(): bool
Removes all cache items from the in-memory runtime cache.
Description
See also
Return
bool True on success, false on failure.
Source
File: wp-includes/cache.php. View all references
function wp_cache_flush_runtime() {
return wp_cache_flush();
}
Related
Uses
| Uses | Description |
|---|---|
| wp_cache_flush() wp-includes/cache.php | Removes all cache items. |
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_cache_flush_runtime