Ejemplo n.º 1
0
 /**
  * Checks whether the last cache is fresh or cached
  *
  * @return boolean
  */
 public function isFresh()
 {
     return $this->cache->isFresh();
 }