Exemple #1
0
 /**
  * Get the default cache driver name.
  *
  * @return string 
  * @static 
  */
 public static function getDefaultDriver()
 {
     return \Illuminate\Cache\CacheManager::getDefaultDriver();
 }