MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / TestFilesystemCacheMiss

Function TestFilesystemCacheMiss

cache/filesystem_cache_test.go:155–159  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

153}
154
155func TestFilesystemCacheMiss(t *testing.T) {
156 c := newTestCache(t)
157 defer c.Close()
158 cacheMissHelper(t, c)
159}
160
161// metatest used for both filesystem and redis Cache
162func cacheMissHelper(t *testing.T, c Cache) {

Callers

nothing calls this directly

Calls 3

newTestCacheFunction · 0.85
cacheMissHelperFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected