コード例 #1
0
 /**
  * @param string $path
  * @return mixed
  */
 public function getCachedResponse($path)
 {
     return $this->cache->get($path);
 }
コード例 #2
0
 /**
  * @param string $path
  * @return mixed
  */
 public function getCachedResponse($path)
 {
     return $this->cache->get($path . $this->base . $this->symbols);
 }