Skip to content

Commit 66d4ddf

Browse files
committed
Make InMemoryKacheableStore not internal again.
1 parent 5f977d7 commit 66d4ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kacheable-core/src/main/kotlin/com/github/dave08/kacheable/InMemoryKacheableStore.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.github.dave08.kacheable
22

33
import kotlin.time.Duration
44

5-
internal class InMemoryKacheableStore(
5+
class InMemoryKacheableStore(
66
val map: MutableMap<String, String> = mutableMapOf()
77
) : KacheableStore {
88
override suspend fun delete(key: String) {

0 commit comments

Comments
 (0)