Return the path where we store cache files, optionally for a 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 | |
options (optional) | array |
|
Return value
string
$procache methods and properties
API reference based on ProcessWire core version 3.0.236