aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-18 00:55:29 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-18 00:55:29 -0400
commit8870972a6401a3cef0202ad744b87508dc324b6b (patch)
tree252f44306bb9bc1dce70dbf26b1f5549967de65e /lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs
parent3c353afe4dffa3da9c96ef25b02f0004676afe5f (diff)
Essentials, plugins, and http core experimental updates
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs b/lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs
index 71c815d..76f0b8d 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs
@@ -33,7 +33,7 @@ namespace VNLib.Data.Caching.ObjectCache
/// </summary>
public sealed class BlobCacheBucket : IBlobCacheBucket
{
- private readonly IBlobCache _cacheTable;
+ private readonly BlobCache _cacheTable;
private readonly SemaphoreSlim _lock;
///<inheritdoc/>