cache

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICache

type ICache interface {
	Clients() *xsync.Map[string, *models.Client]
	Owners() *ttlcache.Cache[string, *models.Owner]
	HotWallets() *xsync.Map[string, *models.HotWallet]
	ProcessingWallets() *xsync.Map[string, *models.ProcessingWallet]
	ColdWallets() *xsync.Map[string, *models.ColdWallet]
	GlobalSettings() *xsync.Map[string, *models.Setting]
}

func New

func New() ICache

Jump to

Keyboard shortcuts

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