예제 #1
0
 /**
  * Get the working directory of the cache.
  *
  * @return string 
  * @static 
  */
 public static function getDirectory()
 {
     return \Illuminate\Cache\FileStore::getDirectory();
 }