TwistPHP Documentation

getCacheKey

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

getCacheKeyFunction called by readCache, writeCache, removeCache

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 getCacheKey with the example vars
Twist::View() -> getCacheKey($strViewPath);