|
File: /components/com_pagecache/stats_backed/(*).stats.php
Static Method store($page_name, $time, $type)
Adds a hit of type $type (cached, uncached, disabled), with $time to the storage
Static Method getAll()
Returns associative array of url => array(stats). Stats are stored as follows
- chit - Cached hit
- ctime - Cached time (total, NOT average)
- uhit - Uncached hit
- utime - Uncached time
- dhit - Disabled hit
- dtime - Disabled time
Static Method clear()
Clears statistics
|