aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-08 23:21:04 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-08 23:21:04 -0400
commit1035e47446ffb80811d673e5e3d0d83b18b76a5e (patch)
tree5c0e4e18577f8de4f251f42c588f47fa4ae231c8 /lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs
parent746ec92adcbc9ed4ce3400f4e9f577230061ece0 (diff)
Extra debug
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs b/lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs
index 4b88957..92db1d4 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/CacheBucketHandle.cs
@@ -76,6 +76,7 @@ namespace VNLib.Data.Caching.ObjectCache
/// <param name="other">The other handle to compare</param>
/// <returns>True if the handles hold a referrence to the same bucket</returns>
public bool Equals(CacheBucketHandle other) => ReferenceEquals(_bucket, other._bucket);
+
/// <summary>
/// Determines if the other handle instance is equal to the current. Handles are
/// equal iff the underlying bucket referrence is equal.