Clear the cache for multiple pages
Usage
// basic usage
$array = $procache->clearPages(PageArray $items);
// usage with all arguments
$array = $procache->clearPages(PageArray $items, bool $getFiles = true);
Arguments
Name | Type(s) | Description |
---|---|---|
items | PageArray | |
getFiles (optional) | bool | Return array of files? (default=true) Specify false to get a count instead. |
Return value
array
Files and/or directories that were removed
$procache methods and properties
API reference based on ProcessWire core version 3.0.236