ProCacheStatic::static method
Get cache paths for Page in all languages that it is published in
Usage
// basic usage
$array = $procache->static->getPageCachePathsLanguages(Page $page);
// usage with all arguments
$array = $procache->static->getPageCachePathsLanguages(Page $page, array $options = []);Arguments
| Name | Type(s) | Description |
|---|---|---|
$page | Page | |
$options (optional) | array |
|
Return value
arrayReturned array of cache paths is indexed by language name
$procache->static methods and properties
API reference based on ProcessWire core version 3.0.252