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