26 public static function init(&$config) {
27 $controllers = CacheManager::getControllers ();
28 foreach ( $controllers as $controller ) {
29 CacheManager::$cache->remove ( self::getControllerCacheKey ( $controller ) );
31 $parser->parse ( $controller, $config );
32 $injections = $parser->getInjections ();
33 if (\count ( $injections ) > 0) {