You are here

function pCache::removeOlderThan in Visitors 7.2

Same name and namespace in other branches
  1. 7 pChart/class/pCache.class.php \pCache::removeOlderThan()

File

pChart/class/pCache.class.php, line 84

Class

pCache

Code

function removeOlderThan($Expiry) {
  $this
    ->dbRemoval(array(
    "Expiry" => $Expiry,
  ));
}