MCPcopy
hub / github.com/dosco/graphjin / cacheInvalidatingFilesystemBackend

Struct cacheInvalidatingFilesystemBackend

core/fstable_cache.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type cacheInvalidatingFilesystemBackend struct {
13 name string
14 backend fstable.Backend
15 cache ResponseCacheProvider
16}
17
18func (b cacheInvalidatingFilesystemBackend) Name() string {
19 return b.backend.Name()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected