There are two parts to the cache : the global assembly cache contains assemblies that are explicitly installed to be shared among many applications on the computer ; the download cache stores code downloaded from internet or intranet sites , isolated to the application that caused the download so that code downloaded on behalf of one application or page does not impact other applications 緩存分為兩部分:全局程序集緩存包含顯式安裝的、要在計(jì)算機(jī)上的許多應(yīng)用程序之間共享的程序集;下載緩存存儲(chǔ)從internet或intranet站點(diǎn)下載的代碼,與觸發(fā)下載的應(yīng)用程序隔離,以使代表一個(gè)應(yīng)用程序或頁(yè)下載的代碼不影響其他應(yīng)用程序。