obj = $obj; } public function getSource($name) { return $this->obj->getTwigContent(); } public function getCacheKey($name) { return $this->obj->getFullPath(); } public function isFresh($name, $time) { return $this->obj->isLoadedFromCache(); } }