Example #1
1
 /**
  * @return string
  */
 private function rememberJson($json = null)
 {
     if (null === $json) {
         $json = $this->jsonHolder->getJson();
     }
     return $this->memoryHelper->remember($json);
 }