Example #1
0
 /**
  * Indicate that the query results should be cached forever.
  *
  * @param string $key
  * @return \Illuminate\Database\Query\Builder|static 
  * @static 
  */
 public static function rememberForever($key = null)
 {
     return \October\Rain\Database\QueryBuilder::rememberForever($key);
 }