memory

package
v0.0.0-...-a4359f9 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

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

Provider implements a simple in-memory cache

func New

func New() *Provider

New returns a new Provider instance

func (*Provider) Get

func (p *Provider) Get(ctx context.Context, key string) (data []byte, err error)

Get returns an object from the cache if it exists

func (*Provider) Set

func (p *Provider) Set(ctx context.Context, key string, data []byte) (err error)

Set adds an object to the cache

func (*Provider) Shutdown

func (p *Provider) Shutdown()

Shutdown shuts down the cache

Jump to

Keyboard shortcuts

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