ProCacheStaticEntry::cacheFiles()

Get all cache index files (full paths) for this entry

Usage

// basic usage
$array = $proCacheStaticEntry->cacheFiles();

// usage with all arguments
$array = $proCacheStaticEntry->cacheFiles(bool $exists = true);

Arguments

NameType(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.252