wpsc_enable_preload()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wpsc_enable_preload();

wpsc_enable_preload() code WPSCache 1.12.0

function wpsc_enable_preload() {

	wpsc_reset_preload_settings();
	wp_schedule_single_event( time() + 10, 'wp_cache_full_preload_hook' );
}