cache

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL