Deploying to gh-pages from @ harttle/liquidjs@70fdb7af48 🚀

This commit is contained in:
harttle
2021-09-30 16:55:43 +00:00
parent cec0814a9b
commit 9a2a2bfd55
515 changed files with 11719 additions and 9833 deletions
+7 -7
View File
@@ -36,8 +36,8 @@
<link rel="stylesheet" href="../../../css/navy.css">
<link rel="alternate" href="../../../atom.xml" title="LiquidJS">
</head>
<link rel="alternate" href="../../../atom.xml" title="LiquidJS" type="application/atom+xml">
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<div id="container">
@@ -63,7 +63,7 @@
</select>
</div>
<a href="https://github.com/harttle/liquidjs" target="_blank" rel="noopener external nofollow noreferrer" id="github-link-wrap" class="main-nav-link"><i class="icon-github"></i>Github</a>
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs" id="github-link-wrap" class="main-nav-link"><i class="icon-github"></i>Github</a>
<a id="mobile-nav-toggle">
<span class="mobile-nav-toggle-bar"></span>
<span class="mobile-nav-toggle-bar"></span>
@@ -87,7 +87,7 @@
<header class="article-header">
<h1 class="article-title" itemprop="name">Interface: Cache &lt;T&gt;</h1>
<a href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fzh-cn%2Fapi%2Finterfaces%2Fcache_cache_.cache.html&labels=docs" target="_blank" rel="noopener external nofollow noreferrer" class="article-edit-link" title="报告问题"><i class="icon-chat-bubble-dots"></i></a>
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fzh-cn%2Fapi%2Finterfaces%2Fcache_cache_.cache.html&labels=docs" class="article-edit-link" title="报告问题"><i class="icon-chat-bubble-dots"></i></a>
</header>
<div class="article-content" itemprop="articleBody">
@@ -99,7 +99,7 @@
<li><a href="../classes/cache_lru_.lru.html">LRU</a></li>
</ul>
<h2 id="Methods" class="article-heading"><a href="#Methods" class="headerlink" title="Methods"></a>Methods<a class="article-anchor" href="#Methods" aria-hidden="true"></a></h2><h3 id="read" class="article-heading"><a href="#read" class="headerlink" title="read"></a>read<a class="article-anchor" href="#read" aria-hidden="true"></a></h3><p><strong>read</strong>(<code>key</code>: string): <em>T | undefined | PromiseT | undefined</em></p>
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/cache.ts#L3" target="_blank" rel="noopener external nofollow noreferrer">cache/cache.ts:3</a></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#L3">cache/cache.ts:3</a></em></p>
<p><strong>Parameters:</strong></p>
<table>
<thead>
@@ -116,7 +116,7 @@
<p><strong>Returns:</strong> <em>T | undefined | PromiseT | undefined</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 href="https://github.com/harttle/liquidjs/blob/master/src/cache/cache.ts#L2" target="_blank" rel="noopener external nofollow noreferrer">cache/cache.ts:2</a></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>
<table>
<thead>
@@ -138,7 +138,7 @@
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2021-09-26T12:45:49.302Z" itemprop="dateModified">上次更新:2021-09-26</time>
<time class="article-footer-updated" datetime="2021-09-30T16:55:14.030Z" itemprop="dateModified">上次更新:2021-09-30</time>
<a href="../classes/liquid_.liquid.html" class="article-footer-next" title="sidebar.api.Liquid"><span>下一页</span><i class="icon-chevron-right"></i></a>
</footer>
</div>