File path: dist/twist/Core/Utilities/Route.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
loadPageCache
— Load an existing page form the page cache, use the page key to find the cached page.
Name | Description |
---|---|
$strPageCacheKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPageCacheKey = 'foo';
//Call the function loadPageCache with the example vars
Twist::Route() -> loadPageCache($strPageCacheKey);