func()

in secretcache/cache.go [91:93]


func (c *Cache) GetSecretString(secretId string) (string, error) {
	return c.GetSecretStringWithContext(context.Background(), secretId)
}