cache

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB interface {
	Close()
	Set(k string, v interface{}, ttl ...time.Duration) error
	Get(k string, o interface{}, hashed ...bool) error
	GetTTL(k string, hashed ...bool) (time.Duration, error)
}

func New added in v0.12.0

func New(ctx context.Context, fileDbPath string, cacheConf config.Cache) (DB, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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