/** * Nettoie le cache de regitre. */ private static function _clearRegistryCache() { self::$_registryCache = array(); $path = self::_getRegistryCachePath(); if (file_exists($path) && is_dir($path)) { CopixFile::removeFileFromPath($path); } }