Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Component *app.Component
View Source
var ParamsCache = &ParametersCache{}
Functions ¶
This section is empty.
Types ¶
type ParametersCache ¶
type ParametersCache struct { // CacheSize defines the maximum cache size CacheSize string `default:"64MiB" usage:"cache size"` // CacheStatsInterval is the interval for the statistics ticker CacheStatsInterval time.Duration `default:"30s" usage:"interval for printing cache statistics"` // CacheEnable enabled the cache Enabled bool `default:"true" usage:"whether the cache plugin is enabled"` }
ParametersDatabase contains the definition of the parameters used by the ParametersDatabase.
Click to show internal directories.
Click to hide internal directories.