We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f977d7 commit 66d4ddfCopy full SHA for 66d4ddf
kacheable-core/src/main/kotlin/com/github/dave08/kacheable/InMemoryKacheableStore.kt
@@ -2,7 +2,7 @@ package com.github.dave08.kacheable
2
3
import kotlin.time.Duration
4
5
-internal class InMemoryKacheableStore(
+class InMemoryKacheableStore(
6
val map: MutableMap<String, String> = mutableMapOf()
7
) : KacheableStore {
8
override suspend fun delete(key: String) {
0 commit comments