C# 클래스 NuGet.Services.Metadata.Catalog.Utilities

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata

공개 메소드들

메소드 설명
GetNugetCacheBustingUri ( Uri originalUri ) : Uri
GetNugetCacheBustingUri ( Uri originalUri, string timestamp ) : Uri

Adding the timestamp to the URI as a query string ensures a cache miss with the CDN

메소드 상세

GetNugetCacheBustingUri() 공개 정적인 메소드

public static GetNugetCacheBustingUri ( Uri originalUri ) : Uri
originalUri System.Uri
리턴 System.Uri

GetNugetCacheBustingUri() 공개 정적인 메소드

Adding the timestamp to the URI as a query string ensures a cache miss with the CDN
public static GetNugetCacheBustingUri ( Uri originalUri, string timestamp ) : Uri
originalUri System.Uri
timestamp string
리턴 System.Uri