$procachepageInfo()

Get an array about the page’s ProCache info or false if caching is not enabled for page

Returned info array is [ "/path/of/cached/page/" => "date created" ]

An empty array just indicates the page is enabled for caching, but no cache file exists.

Returns false if caching is not enabled for the page.

Usage

$array = $procache->pageInfo(Page $page);

Arguments

NameType(s)Description
$pagePage

Return value

array bool


$procache methods and properties

API reference based on ProcessWire core version 3.0.252