Get all cache index files (full paths)
Usage
// basic usage
$array = $proCacheStaticEntry->cacheFiles();
// usage with all arguments
$array = $proCacheStaticEntry->cacheFiles(bool $exists = true);
Arguments
Name | Type(s) | Description |
---|---|---|
exists (optional) | bool | Get only those that exist? (default=true) |
Return value
array
ProCacheStaticEntry methods and properties
API reference based on ProcessWire core version 3.0.244