Late Initialization (see Advanced Settings) settings.', 'Fragments - Setting page description', 'borlabs-cache'); ?>
<!--[borlabs cache start: ]-->
echo date('Y-m-d H:i:s');
// Get some information about the current page. Helpful when you can't use is_archive() or $post.
$cachedData = \Borlabs\Factory::get('Cache\Frontend\Resolver')->getCachedPageData();
echo "<pre>";
print_r($cachedData);
echo "</pre>";
// end of php code
{/}
<p>Regular html-code outside of php</p>
{}
// start of php code again
echo date('Y-m-d H:i:s');
<!--[borlabs cache end: ]-->