aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-05-26 21:46:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-05-26 21:46:01 -0400
commit392b38a40e01f2d4dbd457da122dfaf7a1ffe00f (patch)
treebd4d73f24e56b7a02092bed8c6cd3a868d4db862
parent29ea4d97fd29adc44f07c7f90c0e06d5e946cff8 (diff)
Minior refactor
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs4
-rw-r--r--lib/VNLib.Data.Caching/src/ClientExtensions.cs1
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs b/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
index e778b30..a02605e 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/CacheEntry.cs
@@ -3,9 +3,9 @@
*
* Library: VNLib
* Package: VNLib.Data.Caching.ObjectCache
-* File: BlobCache.cs
+* File: CacheEntry.cs
*
-* BlobCache.cs is part of VNLib.Data.Caching.ObjectCache which is part of the larger
+* CacheEntry.cs is part of VNLib.Data.Caching.ObjectCache which is part of the larger
* VNLib collection of libraries and utilities.
*
* VNLib.Data.Caching.ObjectCache is free software: you can redistribute it and/or modify
diff --git a/lib/VNLib.Data.Caching/src/ClientExtensions.cs b/lib/VNLib.Data.Caching/src/ClientExtensions.cs
index 1920398..2ac8b40 100644
--- a/lib/VNLib.Data.Caching/src/ClientExtensions.cs
+++ b/lib/VNLib.Data.Caching/src/ClientExtensions.cs
@@ -288,7 +288,6 @@ namespace VNLib.Data.Caching
/// Updates the state of the object, and optionally updates the ID of the object. The data
/// parameter is serialized, buffered, and streamed to the remote server
/// </summary>
- /// <typeparam name="T"></typeparam>
/// <param name="client"></param>
/// <param name="objectId">The id of the object to update or replace</param>
/// <param name="newId">An optional parameter to specify a new ID for the old object</param>