Skip to content

Commit

Permalink
Update src/Middleware/OutputCaching/src/DefaultOutputCachePolicyProvi…
Browse files Browse the repository at this point in the history
…der.cs

Co-authored-by: Stephen Halter <halter73@gmail.com>
  • Loading branch information
onurkanbakirci and halter73 authored Aug 30, 2024
1 parent f54293c commit 6c37638
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Microsoft.AspNetCore.OutputCaching;

/// <inheritdoc />
public class DefaultOutputCachePolicyProvider : IOutputCachePolicyProvider
internal class DefaultOutputCachePolicyProvider : IOutputCachePolicyProvider
{
private readonly OutputCacheOptions _options;

Expand Down

0 comments on commit 6c37638

Please sign in to comment.