Skip to content

Commit 9fdb9ba

Browse files
committed
Clean up
1 parent f7785e1 commit 9fdb9ba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/kotlin/com/igorwojda/cache/advancedlru/Challenge.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ class AdvancedLRUCache(private val capacity: Int) {
1313
TODO("Add your solution here")
1414
}
1515

16-
private fun remove(key: String) {
17-
TODO("Add your solution here")
18-
}
19-
20-
private fun clearCache() {
21-
TODO("Add your solution here")
22-
}
23-
2416
// Returns fixed system time in milliseconds
2517
private fun getSystemTimeForExpiry() = 1000
2618
}

0 commit comments

Comments
 (0)