Skip to content
Surf Wiki
Save to docs
general/net-terminology

From Surf Wiki (app.surf) — the open knowledge base

Download Cache


The Download Cache, or downloaded files cache, is a component of Microsoft's .NET Framework that is similar to the Global Assembly Cache except that it caches assemblies that have been downloaded from the Internet.

Assemblies are downloaded from the Internet when a specific managed object is requested using the `` tag in a web page. For example, the following HTML will cause Internet Explorer to download MyAssembly.dll to the Download Cache and will subsequently instantiate MyControl on the page that contains it.

; ;` ` ;

Usage

Like the GAC, the Download Cache can be accessed with gacutil.exe.

One can list the contents of the Download Cache using the command: gacutil.exe /ldl

One can delete the contents of the Download Cache using the command: gacutil.exe /cdl

References

References

  1. [http://msdn2.microsoft.com/en-us/magazine/cc164080.aspx Basic Instincts: Deploying Assemblies]
  2. [http://msdn2.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx Global Assembly Cache Tool (Gacutil.exe)]
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Download Cache — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report