ProCacheStatic::static method
Clear only root index file for given Page
Usage
// basic usage
$int = $procache->static->clearPageRoot(Page $page);
// usage with all arguments
$int = $procache->static->clearPageRoot(Page $page, array $options = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$page | Page | |
$options (optional) | array |
|
Return value
int arrayQuantity or array of files and/or directories that were removed
$procache->static methods and properties
API reference based on ProcessWire core version 3.0.252