示例#1
0
 /**
  * Get the current cache manager instance.
  *
  * @return \Illuminate\Cache\Manager
  */
 public function getCacheManager()
 {
     return $this->capsule->getCacheManager();
 }