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