Persists the theme registry in the cache backend.
protected function setCache() { $this->cache ->set('theme_registry:' . $this->theme ->getName(), $this->registry[$this->theme ->getName()]); }