//go:build !solution package lrucache func New(cap int) Cache { panic("implement me") }