vm

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidSignature = xerrors.New("invalid signature error")
	ErrUnsupportedType  = xerrors.New("unsupported type error")
)

Functions

This section is empty.

Types

type Cache

type Cache[K comparable, V any] interface {
	// Add stores data in the cache
	Add(key K, value V) (evicted bool)

	// Get returns key's value from the cache
	Get(key K) (value V, ok bool)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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