aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache/src/BlobCacheBucket.cs
diff options
context:
space:
mode:
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/>