mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
Deploying to gh-pages from @ harttle/liquidjs@70fdb7af48 🚀
This commit is contained in:
@@ -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">Class: LRU <T></h1>
|
||||
|
||||
<a href="https://github.com/harttle/liquidjs/issues/new?title=docs:&body=URL: https%3A%2F%2Fliquidjs.com%2Fapi%2Fclasses%2Fcache_lru_.lru.html&labels=docs" target="_blank" rel="noopener external nofollow noreferrer" class="article-edit-link" title="Report problems"><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%2Fapi%2Fclasses%2Fcache_lru_.lru.html&labels=docs" class="article-edit-link" title="Report problems"><i class="icon-chat-bubble-dots"></i></a>
|
||||
|
||||
</header>
|
||||
<div class="article-content" itemprop="articleBody">
|
||||
@@ -99,7 +99,7 @@
|
||||
<li><a href="../interfaces/cache_cache_.cache.html">Cache</a>‹T›</li>
|
||||
</ul>
|
||||
<h2 id="Constructors" class="article-heading"><a href="#Constructors" class="headerlink" title="Constructors"></a>Constructors<a class="article-anchor" href="#Constructors" aria-hidden="true"></a></h2><h3 id="constructor-NaN" class="article-heading"><a href="#constructor-NaN" class="headerlink" title="constructor"></a>constructor<a class="article-anchor" href="#constructor-NaN" aria-hidden="true"></a></h3><p>+ <strong>new LRU</strong>(<code>limit</code>: number, <code>size</code>: number): <em><a href="cache_lru_.lru.html">LRU</a></em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L15" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:15</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/lru.ts#L15">cache/lru.ts:15</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -122,33 +122,33 @@
|
||||
</tbody></table>
|
||||
<p><strong>Returns:</strong> <em><a href="cache_lru_.lru.html">LRU</a></em></p>
|
||||
<h2 id="Properties" class="article-heading"><a href="#Properties" class="headerlink" title="Properties"></a>Properties<a class="article-anchor" href="#Properties" aria-hidden="true"></a></h2><h3 id="Private-cache" class="article-heading"><a href="#Private-cache" class="headerlink" title="Private cache"></a><code>Private</code> cache<a class="article-anchor" href="#Private-cache" aria-hidden="true"></a></h3><p>• <strong>cache</strong>: <em>object</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L13" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:13</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/lru.ts#L13">cache/lru.ts:13</a></em></p>
|
||||
<h4 id="Type-declaration" class="article-heading"><a href="#Type-declaration" class="headerlink" title="Type declaration:"></a>Type declaration:<a class="article-anchor" href="#Type-declaration" aria-hidden="true"></a></h4><ul>
|
||||
<li>[ <strong>key</strong>: <em>string</em>]: <a href="cache_lru_.node.html">Node</a>‹T›</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3 id="Private-head" class="article-heading"><a href="#Private-head" class="headerlink" title="Private head"></a><code>Private</code> head<a class="article-anchor" href="#Private-head" aria-hidden="true"></a></h3><p>• <strong>head</strong>: <em><a href="cache_lru_.node.html">Node</a>‹T›</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L14" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:14</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/lru.ts#L14">cache/lru.ts:14</a></em></p>
|
||||
<hr>
|
||||
<h3 id="limit" class="article-heading"><a href="#limit" class="headerlink" title="limit"></a>limit<a class="article-anchor" href="#limit" aria-hidden="true"></a></h3><p>• <strong>limit</strong>: <em>number</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L18" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:18</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/lru.ts#L18">cache/lru.ts:18</a></em></p>
|
||||
<hr>
|
||||
<h3 id="size" class="article-heading"><a href="#size" class="headerlink" title="size"></a>size<a class="article-anchor" href="#size" aria-hidden="true"></a></h3><p>• <strong>size</strong>: <em>number</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L19" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:19</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/lru.ts#L19">cache/lru.ts:19</a></em></p>
|
||||
<hr>
|
||||
<h3 id="Private-tail" class="article-heading"><a href="#Private-tail" class="headerlink" title="Private tail"></a><code>Private</code> tail<a class="article-anchor" href="#Private-tail" aria-hidden="true"></a></h3><p>• <strong>tail</strong>: <em><a href="cache_lru_.node.html">Node</a>‹T›</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L15" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:15</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/lru.ts#L15">cache/lru.ts:15</a></em></p>
|
||||
<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="clear" class="article-heading"><a href="#clear" class="headerlink" title="clear"></a>clear<a class="article-anchor" href="#clear" aria-hidden="true"></a></h3><p>▸ <strong>clear</strong>(): <em>void</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L57" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:57</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/lru.ts#L57">cache/lru.ts:57</a></em></p>
|
||||
<p><strong>Returns:</strong> <em>void</em></p>
|
||||
<hr>
|
||||
<h3 id="Private-ensureLimit" class="article-heading"><a href="#Private-ensureLimit" class="headerlink" title="Private ensureLimit"></a><code>Private</code> ensureLimit<a class="article-anchor" href="#Private-ensureLimit" aria-hidden="true"></a></h3><p>▸ <strong>ensureLimit</strong>(): <em>void</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L64" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:64</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/lru.ts#L64">cache/lru.ts:64</a></em></p>
|
||||
<p><strong>Returns:</strong> <em>void</em></p>
|
||||
<hr>
|
||||
<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</em></p>
|
||||
<p><em>Implementation of <a href="../interfaces/cache_cache_.cache.html">Cache</a></em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L41" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:41</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/lru.ts#L41">cache/lru.ts:41</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -165,7 +165,7 @@
|
||||
<p><strong>Returns:</strong> <em>T | 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</em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L49" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:49</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/lru.ts#L49">cache/lru.ts:49</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -183,7 +183,7 @@
|
||||
<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</em></p>
|
||||
<p><em>Implementation of <a href="../interfaces/cache_cache_.cache.html">Cache</a></em></p>
|
||||
<p><em>Defined in <a href="https://github.com/harttle/liquidjs/blob/master/src/cache/lru.ts#L27" target="_blank" rel="noopener external nofollow noreferrer">cache/lru.ts:27</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/lru.ts#L27">cache/lru.ts:27</a></em></p>
|
||||
<p><strong>Parameters:</strong></p>
|
||||
<table>
|
||||
<thead>
|
||||
@@ -205,7 +205,7 @@
|
||||
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<time class="article-footer-updated" datetime="2021-09-26T12:45:49.170Z" itemprop="dateModified">Last updated: 2021-09-26</time>
|
||||
<time class="article-footer-updated" datetime="2021-09-30T16:55:13.890Z" itemprop="dateModified">Last updated: 2021-09-30</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>
|
||||
|
||||
Reference in New Issue
Block a user