6 references to Cache
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Data\ContentTypeMapping.cs (2)
23contentTypeMappings.GetMetadata(nameof(Cache)), 27private readonly string GetDebuggerDisplay() => $"Pattern: {Pattern}, MimeType: {MimeType}, Cache: {Cache}, Priority: {Priority}";
DefineStaticWebAssetEndpoints.cs (1)
211return (mapping.MimeType, mapping.Cache);
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
StaticWebAssets\ContentTypeProviderTests.cs (3)
129Assert.Equal("no-store, must-revalidate, no-cache", contentType.Cache); 146Assert.Equal("no-store, must-revalidate, no-cache", contentType.Cache); 163Assert.Equal("max-age=3600", contentType.Cache);