File path: dist/twist/Core/Utilities/Cache.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
created
— Get the created time for the cache file
Name | Description |
---|---|
$mxdUniqueID | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$mxdUniqueID = 'foo-123';
//Call the function created with the example vars
Twist::Cache() -> created($mxdUniqueID);