func()

in secretcache/cache.go [127:129]


func (c *Cache) GetSecretBinary(secretId string) ([]byte, error) {
	return c.GetSecretBinaryWithContext(context.Background(), secretId)
}