Download Cache

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.[1]

Assemblies are downloaded from the Internet when a specific managed object is requested using the <object> 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.

<object id="myControlId" classid="http://MyServer/MyVirtualFolder/MyAssembly.dll#MyNamespace.MyControl">
  <param name="MyProperty" value="SomeStringValue" />
</object>

Usage

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

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


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Caché (software) — Infobox Software name = Caché developer = InterSystems Corporation latest release version = 2008.2 RC (build 506) latest release date = operating system = multiple genre = database management and application development website =… …   Wikipedia

  • Download — Téléchargement En informatique, le téléchargement est l’opération de transmission d’informations programmes, données, images, sons, vidéos d’un ordinateur à un autre via un canal de transmission, en général internet ou intranet. Sommaire 1 Sens… …   Wikipédia en Français

  • Global Assembly Cache — The Global Assembly Cache or GAC is a machine wide .NET assemblies cache for Microsoft s CLR platform. The approach of having a specially controlled central repository addresses the shared library concept and helps to avoid pitfalls of other… …   Wikipedia

  • DS Download Station — Download Station La Download Station DS est un kiosque de démonstration lancé par Nintendo en 2006. Comme leur nom l indique, ces kiosques sont utilisés pour télécharger des démonstrations et des vidéos sur Nintendo DS. Les jeux peuvent être… …   Wikipédia en Français

  • DNS cache poisoning — is a security or data integrity compromise in the Domain Name System (DNS). The compromise occurs when data is introduced into a DNS name server s cache database that did not originate from authoritative DNS sources. It may be a deliberate… …   Wikipedia

  • Web Cache Communication Protocol — (WCCP) is a Cisco developed content routing protocol that provides a mechanism to redirect traffic flows in real time. It has built in load balancing, scaling, fault tolerance, and service assurance (failsafe) mechanisms. Cisco IOS Release 12.1… …   Wikipedia

  • Velocity (memory cache) — Velocity was the code name for a distributed cache platform for in memory caches spread across multiple systems, developed by Microsoft. It is now incorporated as the caching element of Microsoft s AppFabric. Design Any number of systems can be a …   Wikipedia

  • Multiply (website) — This article is about the website. For the mathematical concept, see multiplication. Multiply M …   Wikipedia

  • Oracle Database — Developer(s) Oracle Corporation Development status Active Written in …   Wikipedia

  • Comparison of BitTorrent clients — BitTorrent client redirects here. For the client created by Bram Cohen, see BitTorrent (software). A BitTorrent client is a computer program that manages downloads and uploads using the BitTorrent protocol. The first client, known as BitTorrent,… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”