package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

GenerateSettingsCacheKeys returns a slice of all the SettingsCacheKey that are relevant for the given databaseID and username.
NewCache initializes a new sessioninit.Cache.

# Constants

CacheEnabledSettingName is the name of the CacheEnabled cluster setting.

# Variables

CacheEnabled is a cluster setting that determines if the sessioninit.Cache and associated logic is enabled.

# Structs

AuthInfo contains data that is used to perform an authentication attempt.
Cache is a shared cache for hashed passwords and other information used during user authentication and session initialization.
SettingsCacheEntry represents an entry in the settingsCache.
SettingsCacheKey is the key used for the settingsCache.