inmemory

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCustomKeyValueStore

func NewCustomKeyValueStore[T any](newValueStore func(string) storage.ValueStoreT[T]) storage.KeyValueStoreT[T]

func NewKeyValueStore

func NewKeyValueStore[T any](cloneFunc func(T) T) storage.KeyValueStoreT[T]

func NewValueStore

func NewValueStore[T any](cloneFunc func(T) T) storage.ValueStoreT[T]

Returns a new value store for any type T that can be cloned using the provided clone function.

Types

This section is empty.

Jump to

Keyboard shortcuts

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