toolcache

package
v0.0.0-...-68eb72d Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMemCache

func NewMemCache[T any]() *memCache[T]

NewMemCache 内存缓存

Types

type FetchState

type FetchState int
const (
	FetchStateCache    FetchState = 1 //1从缓存获取
	FetchStateShared   FetchState = 2 //2从数据库获取并被提供给多个调用方
	FetchStateUnshared FetchState = 3 //3从数据库获取自己独享
)

Jump to

Keyboard shortcuts

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