Пример #1
0
 /**
  * If the TypoScript content cache should be enabled at all
  *
  * @param boolean $flag
  * @return void
  */
 public function setEnableContentCache($flag)
 {
     $this->runtimeContentCache->setEnableContentCache($flag);
 }