Searched refs:cachedBlock (Results 1 – 1 of 1) sorted by relevance
15 protected $cachedBlock = null; variable in action_plugin_codeblockedit163 if ($this->cachedIndex === $index && $this->cachedBlock !== null) {164 return $this->cachedBlock;173 $this->cachedBlock = $this->findBlockRange($text, $index);174 return $this->cachedBlock;