summaryrefslogtreecommitdiffhomepage
path: root/util/cache/interface.go
AgeCommit message (Collapse)AuthorFilesLines
2025-11-15util/cache: remove unused codeBrad Fitzpatrick1-40/+0
Updates #cleanup Change-Id: I9be7029c5d2a7d6297125d0147e93205a7c68989 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2023-12-07util/cache: add package for general-purpose cachingAndrew Dunham1-0/+40
This package allows caching arbitrary key/value pairs in-memory, along with an interface implemented by the cache types. Extracted from #7493 Signed-off-by: Andrew Dunham <andrew@du.nham.ca> Change-Id: Ic8ca820927c456721cf324a0c8f3882a57752cc9