3 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)
310
return (mapping.MimeType, mapping.
Cache
);