Get all possible index file basenames for cache files
Usage
// basic usage
$array = $proCacheStatic->cacheIndexBasenames();
// usage with all arguments
$array = $proCacheStatic->cacheIndexBasenames($ext = 'html', bool $getVerbose = false);
Arguments
Name | Type(s) | Description |
---|---|---|
ext (optional) | string, Page | File extension or Page |
getVerbose (optional) | bool | Get verbose array of info with array indexed by basenames? |
Return value
array
ProCacheStatic methods and properties
API reference based on ProcessWire core version 3.0.244