Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CredCache ¶ added in v1.6.0
type CredCache struct {
// contains filtered or unexported fields
}
CredCache is an LRU cache for azidentity.WorkloadIdentityCredential
func CreateWICredCache ¶ added in v1.6.0
func CreateWICredCache() *CredCache
CreateWICredCache creates a new LRU cache for azidentity.WorkloadIdentityCredential with a default size of 128.
func (*CredCache) Add ¶ added in v1.6.0
func (c *CredCache) Add(key wiCredCacheKey, cred *azidentity.WorkloadIdentityCredential)
func (*CredCache) Get ¶ added in v1.6.0
func (c *CredCache) Get(key wiCredCacheKey) (*azidentity.WorkloadIdentityCredential, bool)
Click to show internal directories.
Click to hide internal directories.