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.
In the .NET Framework, shared assemblies are stored in the assembly cache.
Borrowed from English 'assembly cache', a computing term.