ProCache Tests

Methods for testing ProCache.

$tests = $procache->tests; 
$result = $tests->urlCacheTest('https://processwire.com');
echo "<pre>" . htmlspecialchars(print_r($result, true)) . "</pre>";

Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the ProCacheTests class also inherits all the methods and properties of: ProCacheClass and Wire.

Show $var?     Show args?       Only hookable?    

Additional methods and properties

In addition to the methods and properties above, ProCacheTests also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.252