예제 #1
0
 /**
  * Get the cache store implementation.
  *
  * @return \Illuminate\Contracts\Cache\Store 
  * @static 
  */
 public static function getStore()
 {
     return \Illuminate\Cache\Repository::getStore();
 }