File path: dist/twist/Core/Utilities/Cache.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
location
— Set/Get the storage location for cache files
Name | Description |
---|---|
[$dirStorageLocation = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirStorageLocation = null;
//Call the function location with the example vars
Twist::Cache() -> location($dirStorageLocation);