_3_csp_usability

package
v0.0.0-...-ec98fb3 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheUsingChannels

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

func NewCacheUsingChannels

func NewCacheUsingChannels() *CacheUsingChannels

func (*CacheUsingChannels) Get

func (c *CacheUsingChannels) Get(key string) <-chan Person

func (*CacheUsingChannels) Set

func (c *CacheUsingChannels) Set(key string, value Person)

type CacheUsingMutex

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

func (*CacheUsingMutex) Get

func (c *CacheUsingMutex) Get(key string) Person

func (*CacheUsingMutex) Set

func (c *CacheUsingMutex) Set(key string, value Person)

type Person

type Person struct {
	Name string
}

Jump to

Keyboard shortcuts

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