Esempio n. 1
0
 /**
  * @param string $key
  * @param mixed  $value
  *
  * @return mixed
  */
 protected function rememberForever($key, $value)
 {
     return $this->cache->section(static::CACHESECTION)->rememberForever(static::CACHESECTION . '.' . $key, $value);
 }