File path: dist/twist/Core/Utilities/View.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
writeCache
— Write the cache file back for the correct cache key
Name | Description |
---|---|
$strViewPath | n/a |
$arrData | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strViewPath = 'foo';
$arrData = array(0 => 'foo', 1 => 'bar');
//Call the function writeCache with the example vars
Twist::View() -> writeCache($strViewPath, $arrData);