VisualStudioServices.VS2019_9Services.SolutionCacheService Property

Definition

Gets the ServiceRpcDescriptor for solution cache feature that can be used to cache solution and commit specific data such as unit test, language service related structures both locally and remotely to help speed up initialiation of those features.

Use the ISolutionCacheService interface for the client proxy for this service.

public:
 virtual property Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ SolutionCacheService { Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ get(); };
public virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor SolutionCacheService { get; }
member this.SolutionCacheService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overridable ReadOnly Property SolutionCacheService As ServiceRpcDescriptor

Property Value

Applies to