Exemplo n.º 1
0
 /**
  * Set the lifetime of the cache.
  * @param int $time
  */
 public static function setLifeTime($time)
 {
     FileCache::$lifetime = $time;
 }