storage

package
v1.21.1 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCache

func NewCache(opts ...caching.Option) (caching.Cache[*runtime.Program], error)

Types

type InMemoryCache

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

func (*InMemoryCache) Contains

func (cache *InMemoryCache) Contains(key string) bool

func (*InMemoryCache) Get

func (cache *InMemoryCache) Get(key string) (*runtime.Program, bool)

func (*InMemoryCache) Set

func (cache *InMemoryCache) Set(key string, value *runtime.Program)

Jump to

Keyboard shortcuts

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