示例#1
0
 /**
  * @since 0.1
  *
  * {@inheritDoc}
  */
 public function isFromCache()
 {
     return method_exists($this->httpRequest, 'isCached') ? $this->httpRequest->isCached() : false;
 }