function pCache::removeOlderThan in Visitors 7.2
Same name and namespace in other branches
- 7 pChart/class/pCache.class.php \pCache::removeOlderThan()
File
- pChart/
class/ pCache.class.php, line 84
Class
Code
function removeOlderThan($Expiry) {
$this
->dbRemoval(array(
"Expiry" => $Expiry,
));
}