TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – assembly cache:
An assembly cache is a storage location used by the .NET Framework to hold assemblies so that they can be reused by applications. The cache exists at the system level and supports the side-by-side storage of multiple versions of the same assembly without conflicts. It consists of two main parts. One part is the global assembly cache, which stores assemblies that are explicitly installed for use by multiple applications on the same computer. The other part is the download cache, which contains assemblies that have been downloaded from Internet or intranet sources. Assemblies stored in the download cache are isolated to the specific application that initiated the download to prevent interference with other applications.


Picture
0 Comments