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