Ejemplo n.º 1
0
 /**
  * LBoxCacheFront alias
  * @return int
  */
 public function getLastCacheModificationTime()
 {
     try {
         return LBoxCacheFront::getInstance("", "", $this->isPageCachedByXTUserByURL())->getLastCacheModificationTime();
     } catch (Exception $e) {
         throw $e;
     }
 }