Skip to content

Commit

Permalink
Add units to DefaultMaxAge documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiangkuang committed Apr 13, 2024
1 parent 52deefa commit 2efabec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface ICacheControlOptions
bool Enable { get; }

/// <summary>
/// The <c>MaxAge</c> that should be applied to fields,
/// The <c>MaxAge</c>, in seconds, that should be applied to fields,
/// if <see cref="ApplyDefaults"/> is <c>true</c>.
/// Defaults to <c>0</c>.
/// </summary>
Expand Down

0 comments on commit 2efabec

Please sign in to comment.