The Cache This is an exercise for a concurrent cache that supports TTL and Request Deduplication. Instructions Build and run the demo with go build ./cmd/cache-demo go run ./cmd/cache-demo To run the tests run go test ./...