func TestExpiringCache(t *testing.T) { … } func TestExpiration(t *testing.T) { … } func TestGarbageCollection(t *testing.T) { … } func BenchmarkExpiringCacheContention(b *testing.B) { … } func benchmarkExpiringCacheContention(b *testing.B, prob float64) { … } func TestStressExpiringCache(t *testing.T) { … }