File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
src/ImageSharp.Web/Caching Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) Six Labors.
1+ // Copyright (c) Six Labors.
22// Licensed under the Apache License, Version 2.0.
33
44namespace 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 }
You can’t perform that action at this time.
0 commit comments