wp_cache_get_legacy_cache()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wp_cache_get_legacy_cache( $cache_file );
$cache_file (required)
-

wp_cache_get_legacy_cache() code WPSCache 1.12.0

function wp_cache_get_legacy_cache( $cache_file ) {
	return substr( @file_get_contents( $cache_file ), 15 );
}