Exemplo n.º 1
0
 function GetCompCachePath($relativePath)
 {
     return $this->managedCache->getCompCachePath($relativePath);
 }
Exemplo n.º 2
0
 public function ClearByTag($tag)
 {
     $this->manager->clearByTag($tag);
 }