ProCacheStatic::pageInfo()

Return an info array about the given page’s ProCache info or false if not cached

Returned info array is array("path of cached page" => "date created"); An empty array just indicates the page is enabled for caching, but no cache file exists.

Usage

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

Arguments

NameType(s)Description
$pagePage

Return value

array bool


ProCacheStatic methods and properties

API reference based on ProcessWire core version 3.0.251