Deploying to gh-pages from @ harttle/liquidjs@b5b2a98d5e 🚀

This commit is contained in:
harttle
2021-10-16 14:41:10 +00:00
parent 693e74e1cb
commit 4faf9ab57c
521 changed files with 2315 additions and 2247 deletions
+19 -2
View File
@@ -115,6 +115,23 @@
</tbody></table>
<p><strong>Returns:</strong> <em>T | undefined | PromiseT | undefined</em></p>
<hr>
<h3 id="remove" class="article-heading"><a href="#remove" class="headerlink" title="remove"></a>remove<a class="article-anchor" href="#remove" aria-hidden="true"></a></h3><p><strong>remove</strong>(<code>key</code>: string): <em>void | Promisevoid</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/cache/cache.ts#L4">cache/cache.ts:4</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
</tr>
</thead>
<tbody><tr>
<td><code>key</code></td>
<td>string</td>
</tr>
</tbody></table>
<p><strong>Returns:</strong> <em>void | Promisevoid</em></p>
<hr>
<h3 id="write" class="article-heading"><a href="#write" class="headerlink" title="write"></a>write<a class="article-anchor" href="#write" aria-hidden="true"></a></h3><p><strong>write</strong>(<code>key</code>: string, <code>value</code>: T): <em>void | Promisevoid</em></p>
<p><em>Defined in <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/blob/master/src/cache/cache.ts#L2">cache/cache.ts:2</a></em></p>
<p><strong>Parameters:</strong></p>
@@ -138,7 +155,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2021-10-16T04:32:17.123Z" itemprop="dateModified">Last updated: 2021-10-16</time>
<time class="article-footer-updated" datetime="2021-10-16T14:40:23.714Z" itemprop="dateModified">Last updated: 2021-10-16</time>
<a href="../classes/liquid_.liquid.html" class="article-footer-next" title="sidebar.api.Liquid"><span>Next</span><i class="icon-chevron-right"></i></a>
</footer>
</div>
@@ -147,7 +164,7 @@
<div id="article-toc-inner">
<div id="article-toc-inner-list">
<strong class="sidebar-title">Contents</strong>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Type-parameters"><span class="toc-text">Type parameters</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Hierarchy"><span class="toc-text">Hierarchy</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Implemented-by"><span class="toc-text">Implemented by</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Methods"><span class="toc-text">Methods</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#read"><span class="toc-text">read</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#write"><span class="toc-text">write</span></a></li></ol></li></ol>
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Type-parameters"><span class="toc-text">Type parameters</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Hierarchy"><span class="toc-text">Hierarchy</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Implemented-by"><span class="toc-text">Implemented by</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Methods"><span class="toc-text">Methods</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#read"><span class="toc-text">read</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#remove"><span class="toc-text">remove</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#write"><span class="toc-text">write</span></a></li></ol></li></ol>
</div>
<a href="#" id="article-toc-top">Back to Top</a>
</div>