예제 #1
0
 /**
  * Get the cache key prefix.
  *
  * @return string 
  * @static 
  */
 public static function getPrefix()
 {
     return \Illuminate\Cache\FileStore::getPrefix();
 }