ctxloadingcache

package
v0.0.0-...-44c758a Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Value

func Value(ctx context.Context, key interface{}) *loadingcache.Value

Value retrieves a *loadingcache.Value that's linked to a cache, if ctx was returned by With. If ctx didn't come from an earlier With call, there's no linked cache, so caching will be disabled by returning nil (which callers don't need to check, because nil is usable).

func With

With returns a child context which, when passed to Value, gets and sets in m. Callers now control the lifetime of the returned context's cache and can clear it.

Types

This section is empty.

Jump to

Keyboard shortcuts

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