This commit is contained in:
InsanusMokrassar
2025-03-04 11:27:47 +00:00
parent 644205fc9c
commit 9678846e12
6557 changed files with 8913 additions and 8913 deletions

View File

@@ -46,7 +46,7 @@
</button>
<div class="navigation-controls--break ui-kit_mobile-only"></div>
<div class="library-version" id="library-version">
0.24.9 </div>
0.25.0 </div>
<div class="navigation-controls">
<div class="filter-section filter-section_loading" id="filter-section">
<button class="platform-tag platform-selector common-like" data-active=""
@@ -109,7 +109,7 @@
<div class="cover ">
<h1 class="cover"><span>Key</span><wbr></wbr><span>Value</span><wbr></wbr><span>Cache</span><wbr></wbr><span><span>Repo</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">parentRepo<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">kvCache<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos.cache.cache/-k-v-cache/index.html">KVCache</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">scope<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span><span class="token operator"> = </span>CoroutineScope(Dispatchers.Default)<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/cache/src/commonMain/kotlin/dev/inmo/micro_utils/repos/cache/KeyValueCacheRepo.kt#L60">source</a>)</span></span></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">kvRepo<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">kvCache<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos.cache.cache/-k-v-cache/index.html">KVCache</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">scope<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span><span class="token operator"> = </span>CoroutineScope(Dispatchers.Default)<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/cache/src/commonMain/kotlin/dev/inmo/micro_utils/repos/cache/KeyValueCacheRepo.kt#L60">source</a>)</span></span></div></div></div>
</div>
<div class="footer">
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>

View File

@@ -46,7 +46,7 @@
</button>
<div class="navigation-controls--break ui-kit_mobile-only"></div>
<div class="library-version" id="library-version">
0.24.9 </div>
0.25.0 </div>
<div class="navigation-controls">
<div class="filter-section filter-section_loading" id="filter-section">
<button class="platform-tag platform-selector common-like" data-active=""
@@ -109,7 +109,7 @@
<div class="cover ">
<h1 class="cover"><span><span>clear</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="clear.html"><span class="token function">clear</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/cache/src/commonMain/kotlin/dev/inmo/micro_utils/repos/cache/KeyValueCacheRepo.kt#L77">source</a>)</span></span></div><p class="paragraph">By default, will remove all the data of current repo using doAllWithCurrentPaging, <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/keys/#TypeParam(bounds=[kotlin.Any?])#dev.inmo.micro_utils.pagination.Pagination#kotlin.Boolean/PointingToDeclaration/">keys</span> and <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unset/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/">unset</span></p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="clear.html"><span class="token function">clear</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/cache/src/commonMain/kotlin/dev/inmo/micro_utils/repos/cache/KeyValueCacheRepo.kt#L77">source</a>)</span></span></div><p class="paragraph">By default, will remove all the data of current repo using doAllWithCurrentPaging, <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/keys/#dev.inmo.micro_utils.pagination.Pagination#kotlin.Boolean/PointingToDeclaration/">keys</span> and <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unset/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/">unset</span></p></div></div>
</div>
<div class="footer">
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>

View File

@@ -46,7 +46,7 @@
</button>
<div class="navigation-controls--break ui-kit_mobile-only"></div>
<div class="library-version" id="library-version">
0.24.9 </div>
0.25.0 </div>
<div class="navigation-controls">
<div class="filter-section filter-section_loading" id="filter-section">
<button class="platform-tag platform-selector common-like" data-active=""
@@ -108,7 +108,7 @@
<div class="breadcrumbs"><a href="../../../index.html">micro_utils.dokka</a><span class="delimiter">/</span><a href="../index.html">dev.inmo.micro_utils.repos.cache</a><span class="delimiter">/</span><span class="current">KeyValueCacheRepo</span></div>
<div class="cover ">
<h1 class="cover"><span>Key</span><wbr></wbr><span>Value</span><wbr></wbr><span>Cache</span><wbr></wbr><span><span>Repo</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">class </span><a href="index.html">KeyValueCacheRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">parentRepo<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">kvCache<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos.cache.cache/-k-v-cache/index.html">KVCache</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">scope<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span><span class="token operator"> = </span>CoroutineScope(Dispatchers.Default)<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span> : <a href="../-read-key-value-cache-repo/index.html">ReadKeyValueCacheRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt; </span>, <a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt; </span>, <a href="../../dev.inmo.micro_utils.repos/-write-key-value-repo/index.html">WriteKeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt; </span>, <a href="../-common-cache-repo/index.html">CommonCacheRepo</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/cache/src/commonMain/kotlin/dev/inmo/micro_utils/repos/cache/KeyValueCacheRepo.kt#L60">source</a>)</span></span></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">class </span><a href="index.html">KeyValueCacheRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">kvRepo<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">kvCache<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos.cache.cache/-k-v-cache/index.html">KVCache</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">scope<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span><span class="token operator"> = </span>CoroutineScope(Dispatchers.Default)<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span> : <a href="../-read-key-value-cache-repo/index.html">ReadKeyValueCacheRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt; </span>, <a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt; </span>, <a href="../../dev.inmo.micro_utils.repos/-write-key-value-repo/index.html">WriteKeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt; </span>, <a href="../-common-cache-repo/index.html">CommonCacheRepo</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/cache/src/commonMain/kotlin/dev/inmo/micro_utils/repos/cache/KeyValueCacheRepo.kt#L60">source</a>)</span></span></div></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button><button class="section-tab" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION,EXTENSION_PROPERTY,EXTENSION_FUNCTION">Members &amp; Extensions</button></div>
@@ -125,7 +125,7 @@
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">parentRepo<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">kvCache<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos.cache.cache/-k-v-cache/index.html">KVCache</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">scope<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span><span class="token operator"> = </span>CoroutineScope(Dispatchers.Default)<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">kvRepo<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/index.html">KeyValueRepo</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">kvCache<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.repos.cache.cache/-k-v-cache/index.html">KVCache</a><span class="token operator">&lt;</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">&gt;</span><span class="token punctuation">, </span></span><span class="parameter ">scope<span class="token operator">: </span><span data-unresolved-link="kotlinx.coroutines/CoroutineScope///PointingToDeclaration/">CoroutineScope</span><span class="token operator"> = </span>CoroutineScope(Dispatchers.Default)<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span></div></div></div>
</div>
</div>
</div>
@@ -328,7 +328,7 @@
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="clear.html"><span class="token function">clear</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">By default, will remove all the data of current repo using doAllWithCurrentPaging, <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/keys/#TypeParam(bounds=[kotlin.Any?])#dev.inmo.micro_utils.pagination.Pagination#kotlin.Boolean/PointingToDeclaration/">keys</span> and <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unset/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/">unset</span></p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="clear.html"><span class="token function">clear</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">By default, will remove all the data of current repo using doAllWithCurrentPaging, <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/keys/#dev.inmo.micro_utils.pagination.Pagination#kotlin.Boolean/PointingToDeclaration/">keys</span> and <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unset/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/">unset</span></p></div></div></div>
</div>
</div>
</div>
@@ -568,7 +568,7 @@
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/unset-with-values.html"><span class="token function">unsetWithValues</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">toUnset<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator">&lt;</span><a href="index.html">Value</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">By default, will walk throw all the <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/keys/#TypeParam(bounds=[kotlin.Any?])#dev.inmo.micro_utils.pagination.Pagination#kotlin.Boolean/PointingToDeclaration/">keys</span> with <a href="index.html">Value</a>s from <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unsetWithValues/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToCallableParameters(0)/">toUnset</span> and run doAllWithCurrentPaging with <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unset/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/">unset</span> of found data <a href="index.html">Key</a>s</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="../../dev.inmo.micro_utils.repos/-key-value-repo/unset-with-values.html"><span class="token function">unsetWithValues</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">toUnset<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator">&lt;</span><a href="index.html">Value</a><span class="token operator">&gt;</span></span></span><span class="token punctuation">)</span></div><div class="brief "><p class="paragraph">By default, will walk throw all the <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/keys/#dev.inmo.micro_utils.pagination.Pagination#kotlin.Boolean/PointingToDeclaration/">keys</span> with <a href="index.html">Value</a>s from <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unsetWithValues/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToCallableParameters(0)/">toUnset</span> and run doAllWithCurrentPaging with <span data-unresolved-link="dev.inmo.micro_utils.repos.cache/KeyValueCacheRepo/unset/#kotlin.collections.List[TypeParam(bounds=[kotlin.Any?])]/PointingToDeclaration/">unset</span> of found data <a href="index.html">Key</a>s</p></div></div></div>
</div>
</div>
</div>