Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager provides an in-process cache for username -> accountName mapping. It is intentionally small and sharded to reduce lock contention.
func GetManager ¶
func GetManager() *Manager
GetManager returns the singleton cache manager instance.
Click to show internal directories.
Click to hide internal directories.