From e7b4e67864ad0dee8292b5d955fd65a59df49ae7 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Fri, 8 Dec 2023 19:49:08 +0000 Subject: [PATCH] deploy: d9df7a43845b099d4e87039a0325ced85e9bd125 --- .../-simple-k-v-cache/clear.html | 2 +- .../-simple-k-v-cache/index.html | 4 ++-- .../-full-key-value-cache-repo/clear.html | 2 +- .../-full-key-value-cache-repo/index.html | 2 +- .../-key-value-cache-repo/clear.html | 2 +- .../-key-value-cache-repo/index.html | 4 ++-- .../-ktor-key-value-repo-client/index.html | 4 ++-- .../-mapper-key-value-repo/clear.html | 2 +- .../-mapper-key-value-repo/index.html | 4 ++-- .../-delegate-based-key-value-repo/index.html | 2 +- .../-file-key-value-repo/clear.html | 2 +- .../-file-key-value-repo/index.html | 4 ++-- .../dev.inmo.micro_utils.repos/-map-key-value-repo/clear.html | 2 +- .../dev.inmo.micro_utils.repos/-map-key-value-repo/index.html | 4 ++-- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.cache/-simple-k-v-cache/clear.html b/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.cache/-simple-k-v-cache/clear.html index 64b2e46364f..c2124d15569 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.cache/-simple-k-v-cache/clear.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.cache/-simple-k-v-cache/clear.html @@ -66,7 +66,7 @@

clear

-
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

-
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

@@ -405,7 +405,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<V>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<V>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.full/-full-key-value-cache-repo/clear.html b/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.full/-full-key-value-cache-repo/clear.html index b05abbf0ca1..75d79511957 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.full/-full-key-value-cache-repo/clear.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos.cache.full/-full-key-value-cache-repo/clear.html @@ -66,7 +66,7 @@

clear

-
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

-
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos.cache/-key-value-cache-repo/clear.html b/micro_utils.dokka/dev.inmo.micro_utils.repos.cache/-key-value-cache-repo/clear.html index 5d672c91f93..31a2d4558b1 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos.cache/-key-value-cache-repo/clear.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos.cache/-key-value-cache-repo/clear.html @@ -66,7 +66,7 @@

clear

-
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

-
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

@@ -420,7 +420,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos.ktor.client.key.value/-ktor-key-value-repo-client/index.html b/micro_utils.dokka/dev.inmo.micro_utils.repos.ktor.client.key.value/-ktor-key-value-repo-client/index.html index f307e099231..9c654a20e85 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos.ktor.client.key.value/-ktor-key-value-repo-client/index.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos.ktor.client.key.value/-ktor-key-value-repo-client/index.html @@ -244,7 +244,7 @@
-
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

@@ -424,7 +424,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos.mappers/-mapper-key-value-repo/clear.html b/micro_utils.dokka/dev.inmo.micro_utils.repos.mappers/-mapper-key-value-repo/clear.html index b115c3bc2fe..d3c6a9afced 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos.mappers/-mapper-key-value-repo/clear.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos.mappers/-mapper-key-value-repo/clear.html @@ -66,7 +66,7 @@

clear

-
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

-
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

@@ -495,7 +495,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<FromValue>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<FromValue>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos/-delegate-based-key-value-repo/index.html b/micro_utils.dokka/dev.inmo.micro_utils.repos/-delegate-based-key-value-repo/index.html index 5940b9476ec..c539fe0f832 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos/-delegate-based-key-value-repo/index.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos/-delegate-based-key-value-repo/index.html @@ -405,7 +405,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos/-file-key-value-repo/clear.html b/micro_utils.dokka/dev.inmo.micro_utils.repos/-file-key-value-repo/clear.html index c96e89a181c..55102f39adb 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos/-file-key-value-repo/clear.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos/-file-key-value-repo/clear.html @@ -68,7 +68,7 @@
-
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

@@ -432,7 +432,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<File>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<File>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

diff --git a/micro_utils.dokka/dev.inmo.micro_utils.repos/-map-key-value-repo/clear.html b/micro_utils.dokka/dev.inmo.micro_utils.repos/-map-key-value-repo/clear.html index 8e764afb217..382daba0b9a 100644 --- a/micro_utils.dokka/dev.inmo.micro_utils.repos/-map-key-value-repo/clear.html +++ b/micro_utils.dokka/dev.inmo.micro_utils.repos/-map-key-value-repo/clear.html @@ -66,7 +66,7 @@

clear

-
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()(source)

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

-
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

+
open suspend override fun clear()

By default, will remove all the data of current repo using doAllWithCurrentPaging, keys and unset

@@ -405,7 +405,7 @@
-
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys

+
open suspend override fun unsetWithValues(toUnset: List<Value>)

By default, will walk throw all the keys with Values from toUnset and run doAllWithCurrentPaging with unset of found data Keys