aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs b/lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs
index 5e28dde..525227c 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/BlobCache.cs
@@ -119,7 +119,7 @@ namespace VNLib.Data.Caching.ObjectCache
//Get the stored blob
entry = node.ValueRef.Value;
- //Update the
+ //Update the node vaule with the new key and the same entry
node.Value = new KeyValuePair<string, CacheEntry>(newId, entry);
//Add to end of list