Skip to content

Commit 09325e1

Browse files
Update PhysicalFileSystemCacheOptions.cs
1 parent 4f69b95 commit 09325e1

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/ImageSharp.Web/Caching/PhysicalFileSystemCacheOptions.cs

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Six Labors.
1+
// Copyright (c) Six Labors.
22
// Licensed under the Apache License, Version 2.0.
33

44
namespace SixLabors.ImageSharp.Web.Caching
@@ -14,7 +14,16 @@ public class PhysicalFileSystemCacheOptions
1414
public string CacheFolder { get; set; } = "is-cache";
1515

1616
/// <summary>
17-
/// Gets or sets the cache root folder.
17+
/// Gets or sets the optional cache root folder.
18+
/// <para>
19+
/// This value can be <see langword="null"/>, a fully qualified absolute path,
20+
/// or a path relative to the directory that contains the application
21+
/// content files.
22+
/// </para>
23+
/// <para>
24+
/// If not set, this will default to the directory that contains the web-servable
25+
/// application content files; commonly 'wwwroot'.
26+
/// </para>
1827
/// </summary>
1928
public string CacheRoot { get; set; }
2029
}

0 commit comments

Comments
 (0)