$procache->getCachePath() method

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

NameType(s)Description
page (optional)Page, null
options (optional)array
  • pageNum (int): Page/pagination number (default=1)
  • urlSegments (array|string): Array or string of URL segments (default=[])
  • create (bool|null): Create if it does not exist? true, false or null for auto-detect (default=null)
  • language (Language|null): Language to use (default=null)

Return value

string


$procache methods and properties

API reference based on ProcessWire core version 3.0.244

“We were really happy to build our new portfolio website on ProcessWire! We wanted something that gave us plenty of control on the back-end, without any bloat on the front end - just a nice, easy to access API for all our content that left us free to design and build however we liked.” —Castus, web design agency in Sheffield, UK