コード例 #1
0
ファイル: ZCache.php プロジェクト: kimthangatm/zcms
 /**
  * Checks whether the last cache is fresh or cached
  *
  * @return boolean
  */
 public function isFresh()
 {
     return $this->cache->isFresh();
 }