memory

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2025 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	// contains filtered or unexported fields
}

func NewCache

func NewCache() *Cache

func (*Cache) GetV

func (c *Cache) GetV(ctx context.Context, key string, value any) error

func (*Cache) Set

func (c *Cache) Set(ctx context.Context, key string, value any) error

func (*Cache) SetWithTimeout

func (c *Cache) SetWithTimeout(ctx context.Context, key string, value any, timeout time.Duration) error

Jump to

Keyboard shortcuts

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