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 e4ae480 commit 40e6f35Copy full SHA for 40e6f35
KtorKMPFileCaching/src/commonMain/kotlin/fr/frankois944/ktorfilecaching/KtorFileCaching.kt
@@ -25,7 +25,8 @@ internal expect fun InternalFileCacheStorage(
25
* Creates a multiplatform file-based cache storage.
26
*
27
* On Browser and Wasm Kotlin apps, the `LocalStorage` of the browser
28
- * is used for storing cached content instead of okio
+ * is used for storing cached content instead of okio,
29
+ * a prefix is added `fr.frankois944.ktorfilecaching_key` on the stored keys.
30
31
* @param storedCacheDirectory directory to the stored cache (unused of browser).
32
* @param directoryPath base path to store cache data (unused of browser), by default `SYSTEM_TEMPORARY_DIRECTORY` of okio.
0 commit comments