MCPcopy Create free account
hub / github.com/aptabase/aptabase / DatabaseCache

Method DatabaseCache

src/Features/Cache/CacheService.cs:17–20  ·  view source on GitHub ↗
(IDbContext db)

Source from the content-addressed store, hash-verified

15 private readonly IDbContext _db;
16
17 public DatabaseCache(IDbContext db)
18 {
19 _db = db ?? throw new ArgumentNullException(nameof(db));
20 }
21
22 public async Task<string?> Get(string key)
23 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected