noun
assembly cache
In .NET and similar frameworks, a special storage area for shared assemblies, used to avoid DLL conflicts and enable side-by-side versioning.
.NET Frameworkでは、アセンブリキャッシュに共有アセンブリが格納される。
In the .NET Framework, shared assemblies are stored in the assembly cache.