cache

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEntryNotFound = errors.New("[cache] entry is not found")
)

Errors list

Functions

This section is empty.

Types

type Client

type Client interface {
	Set(ctx context.Context, key string, value any, lifetime time.Duration) error
	TrySet(ctx context.Context, key string, value any, lifetime time.Duration) error
	Get(ctx context.Context, key string, target any) error
	Del(ctx context.Context, key string) error
}

Client data accessor

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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