You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/cache
Andrew Dunham 9fd29f15c7 util/cache: add package for general-purpose caching
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
6 months ago
..
cache_test.go util/cache: add package for general-purpose caching 6 months ago
interface.go util/cache: add package for general-purpose caching 6 months ago
locking.go util/cache: add package for general-purpose caching 6 months ago
none.go util/cache: add package for general-purpose caching 6 months ago
single.go util/cache: add package for general-purpose caching 6 months ago