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

function wp_cache_flush_runtime() {
	return wp_cache_flush();
}

Changelog

VersionDescription
6.0.0Introduced.

User Contributed Notes

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