Exemple #1
0
 public static function put($key, $value, $minutes)
 {
     return Caches::put($key, $value, $minutes);
 }