bigcache

package
v1.15.5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func NewCache

func NewCache(ctx context.Context) (*bigcache.BigCache, error)

NewCache returns a cache.

func NewCacheWithConfigPath

func NewCacheWithConfigPath(ctx context.Context, path string) (*bigcache.BigCache, error)

NewCacheWithConfig returns a cache with options from config path .

func NewCacheWithOptions

func NewCacheWithOptions(ctx context.Context, opt *Options) (cache *bigcache.BigCache, err error)

NewCacheWithOptions returns a cache with options.

Types

type Options

type Options struct {
	Shards             int
	LifeWindow         time.Duration
	CleanWindow        time.Duration
	MaxEntriesInWindow int
	MaxEntrySize       int
	Verbose            bool
	HardMaxCacheSize   int
	StatsEnabled       bool
}

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

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