aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/ObjectCacheStore.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/ObjectCacheStore.cs b/lib/VNLib.Data.Caching.ObjectCache/src/ObjectCacheStore.cs
index 05a4f02..af1e730 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/ObjectCacheStore.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/ObjectCacheStore.cs
@@ -68,7 +68,6 @@ namespace VNLib.Data.Caching.ObjectCache
/// <summary>
/// Initialzies a new <see cref="ObjectCacheStore"/>
/// </summary>
- /// <param name="dir">The <see cref="DirectoryInfo"/> to store blob files to</param>
/// <param name="cacheMax"></param>
/// <param name="log"></param>
/// <param name="heap"></param>