You are here

function pCache::remove in Visitors 7.2

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

File

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

Class

pCache

Code

function remove($ID) {
  $this
    ->dbRemoval(array(
    "Name" => $ID,
  ));
}