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

Struct MemoryCacheConfiguration

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

MemoryCacheConfiguration is the configuration for an in-memory cache. There is no configuration.

Source from the content-addressed store, hash-verified

39// MemoryCacheConfiguration is the configuration for an in-memory cache. There
40// is no configuration.
41type MemoryCacheConfiguration struct{}
42
43// New creates a new memory cache store from a memory cache configuration.
44func (MemoryCacheConfiguration) New() (cachestore.Store, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected