container = $container; $this->clearCache(); } protected function clearCache() { try { $this->container->get('dataManager')->clearCache(); } catch (\Exception $e) { } } }