VisualStudioServices.VS2022_2Services.CacheService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ServiceRpcDescriptor for the cache feature that can be used to cache solution/folder 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 ICacheService interface for the client proxy for this service.
public override Microsoft.ServiceHub.Framework.ServiceRpcDescriptor CacheService { get; }
member this.CacheService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overrides ReadOnly Property CacheService As ServiceRpcDescriptor
Property Value
Remarks
This override comes with important backward breaking behavioral changes in the service. Review details in the ICacheService interface.