MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / getDefaultCacheConfig

Function getDefaultCacheConfig

backend/pkg/httpserver/cache_test.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func getDefaultCacheConfig() *cachetypes.CacheConfig {
54 return cachetypes.NewCacheConfig(0)
55}
56
57func getTestAggregatedCacheConfig() *cachetypes.CacheConfig {
58 return cachetypes.NewCacheConfig(10)

Callers 8

TestListFeaturesFunction · 0.85
TestGetFeatureFunction · 0.85
TestGetFeatureMetadataFunction · 0.85
CacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected