Skip to content

Commit 68eb805

Browse files
Update PhysicalFileSystemCache.cs
1 parent 9eb9fc8 commit 68eb805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web/Caching/PhysicalFileSystemCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ public PhysicalFileSystemCache(
7777
Directory.CreateDirectory(this.cacheRootPath);
7878
}
7979

80-
this.cachedNameLength = (int)this.options.CachedNameLength;
8180
this.fileProvider = new PhysicalFileProvider(this.cacheRootPath);
8281
this.options = options.Value;
82+
this.cachedNameLength = (int)this.options.CachedNameLength;
8383
this.formatUtilies = formatUtilities;
8484
}
8585

0 commit comments

Comments
 (0)