aboutsummaryrefslogtreecommitdiff
path: root/lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-14 15:50:46 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-14 15:50:46 -0400
commit3c353afe4dffa3da9c96ef25b02f0004676afe5f (patch)
tree1e3c5889734c029701205c55fa842552ded81c2b /lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs
parent531baabc8289eeaa2aad63cb0e86cc3dd978d97e (diff)
experimential expansion and performance changes
Diffstat (limited to 'lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs')
-rw-r--r--lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs b/lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs
index bc3180b..7333898 100644
--- a/lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs
+++ b/lib/VNLib.Data.Caching.ObjectCache/src/IBlobCache.cs
@@ -25,8 +25,6 @@
using System;
using System.Collections.Generic;
-using VNLib.Utils.Memory;
-
namespace VNLib.Data.Caching.ObjectCache
{
/// <summary>
@@ -40,9 +38,9 @@ namespace VNLib.Data.Caching.ObjectCache
public uint BucketId { get; }
/// <summary>
- /// The internal heap used to allocate <see cref="CacheEntry"/> buffers
+ /// The memory manager used to create <see cref="CacheEntry"/> memory handles
/// </summary>
- IUnmangedHeap CacheHeap { get; }
+ ICacheEntryMemoryManager MemoryManager { get; }
/// <summary>
/// Attempts to retreive the entry at the given id.