Exemple #1
0
 /**
  * Indicate that the query results should be cached.
  *
  * @param \DateTime|int $minutes
  * @param string $key
  * @return $this 
  * @static 
  */
 public static function remember($minutes, $key = null)
 {
     return \October\Rain\Database\QueryBuilder::remember($minutes, $key);
 }