TwistPHP Documentation

readCache

File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

readCacheRead the view cache file for the relevant cache key

Parameters

Name Type Description
$strViewPathstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strViewPath 'foo';

//Call the function readCache with the example vars
Twist::View() -> readCache($strViewPath);