MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeICompilationCache
Open sandboxFocus

ICompilation.Cache Property

Cache

Gets a service that caches declarations of the current compilation. It is typically used to cache often-used declarations across aspect instances.

Declaration
IDeclarationCache Cache { get; }
Property Value
Type Description
IDeclarationCache