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