MCPcopy Index your code
hub / github.com/akvorado/akvorado / CacheBackendConfiguration

Interface CacheBackendConfiguration

common/httpserver/config.go:35–37  ·  view source on GitHub ↗

CacheBackendConfiguration represents the configuration of a cache backend.

Source from the content-addressed store, hash-verified

33
34// CacheBackendConfiguration represents the configuration of a cache backend.
35type CacheBackendConfiguration interface {
36 New() (cachestore.Store, error)
37}
38
39// MemoryCacheConfiguration is the configuration for an in-memory cache. There
40// is no configuration.

Callers 8

NewFunction · 0.65
TestAdmonitionFunction · 0.65
docsHandlerFuncMethod · 0.65
refreshFlowsTablesMethod · 0.65
finalizeTemplateQueryMethod · 0.65
StartMethod · 0.65
DeleteSavedFilterMethod · 0.65

Implementers 12

Configurationinlet/flow/input/udp/config.go
Configurationinlet/flow/input/file/config.go
MemoryCacheConfigurationcommon/httpserver/config.go
RedisCacheConfigurationcommon/httpserver/config.go
errorProviderConfigurationoutlet/metadata/root_test.go
mockProviderConfigurationoutlet/metadata/tests.go
emptyProviderConfigurationoutlet/metadata/tests.go
Configurationoutlet/metadata/provider/gnmi/config.g
Configurationoutlet/metadata/provider/static/config
Configurationoutlet/metadata/provider/snmp/config.g
Configurationoutlet/routing/provider/bioris/config.
Configurationoutlet/routing/provider/bmp/config.go

Calls

no outgoing calls

Tested by

no test coverage detected