wp_cache_flush_runtime(): bool

Removes all cache items from the in-memory runtime cache.


Description

Top ↑

See also


Top ↑

Return

bool True on success, false on failure.


Top ↑

Source

File: wp-includes/cache.php. View all references

function wp_cache_flush_runtime() {
	return wp_cache_flush();
}


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.