$procache→getCachePath()
Return the path where we store cache files (optionally for a specific page)
Usage
// basic usage
$string = $procache->getCachePath();
// usage with all arguments
$string = $procache->getCachePath($page = null, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
$page (optional) | Page null | Optionally get path for given page, or omit/null for all pages Default:null |
$options (optional) | array | Options to refine return value:
|
Return value
string
$procache methods and properties
API reference based on ProcessWire core version 3.0.252