예제 #1
0
 function GetCompCachePath($relativePath)
 {
     return $this->managedCache->getCompCachePath($relativePath);
 }
예제 #2
0
파일: cache.php 프로젝트: ASDAFF/bxApiDocs
 public function ClearByTag($tag)
 {
     $this->manager->clearByTag($tag);
 }