Skip to content

Commit 98f859d

Browse files
committed
update api docs
1 parent 5cc6b36 commit 98f859d

3 files changed

Lines changed: 1016 additions & 26 deletions

File tree

api-index.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4-
<title>Index - core.cache 0.7.2-SNAPSHOT API documentation</title>
4+
<title>Index - core.cache 0.8.3-SNAPSHOT API documentation</title>
55
<link rel="icon" href="static/favicon.png" />
66
<link rel="shortcut icon" href="static/favicon.png" />
77
<link rel="stylesheet" href="static/clojure.css" type="text/css" media="all" />
@@ -25,7 +25,7 @@ <h1><a href="index.html" id="page-header" title="page header title">core.cache A
2525
<div id="leftcolumn"><div style="text-align: center;"></div>
2626
<div class="menu">
2727
<div class="WikiCustomNav WikiElement wiki">
28-
<span class="toc-header"><span id="project-name">core.cache</span> <span id="version">0.7.2-SNAPSHOT</span> API</span><br />
28+
<span class="toc-header"><span id="project-name">core.cache</span> <span id="version">0.8.3-SNAPSHOT</span> API</span><br />
2929
<ul>
3030
<li><a href="index.html" class="wiki_link">Overview</a></li>
3131
<li><a href="api-index.html" class="wiki_link">API Index</a></li>
@@ -41,7 +41,7 @@ <h1><a href="index.html" id="page-header" title="page header title">core.cache A
4141
<div class="contentBox"><div class="innerContentBox">
4242
<div class="wiki wikiPage" id="content_view">
4343
<div id="right-sidebar"></div>
44-
<div id="content-tag"><h1 id="overview">Index of Public Functions and Variables - <span id="header-project">core.cache</span> <span id="header-version">0.7.2-SNAPSHOT</span><span id="header-status-block"> (<span id="header-status">in development</span>)</span></h1>
44+
<div id="content-tag"><h1 id="overview">Index of Public Functions and Variables - <span id="header-project">core.cache</span> <span id="header-version">0.8.3-SNAPSHOT</span><span id="header-status-block"> (<span id="header-status">in development</span>)</span></h1>
4545
This page has an alphabetical index of all the documented functions and variables
4646
in <span class="project-name-span">core.cache</span>.
4747

@@ -77,6 +77,7 @@ <h2 id="B"><span id="section-head">B</span></h2>
7777
<pre>
7878
<span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;BasicCache">-&gt;BasicCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
7979
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/basic-cache-factory">basic-cache-factory</a><span id="line-content"> function clojure.core.cache Returns a pluggable basic cache initialied to `bas...
80+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/basic-cache-factory">basic-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns a pluggable basic cache initialied...
8081
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/BasicCache">BasicCache</a><span id="line-content"> type clojure.core.cache
8182
</span></span>
8283
</pre>
@@ -95,6 +96,7 @@ <h2 id="D"><span id="section-head">D</span></h2>
9596
<h2 id="E"><span id="section-head">E</span></h2>
9697
<pre>
9798
<span id="section-content"> <a href="index.html#clojure.core.cache/evict">evict</a><span id="line-content"> function clojure.core.cache Removes an entry from the cache.
99+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/evict">evict</a><span id="line-content"> function clojure.core.cache.wrapped Removes an entry from the cache. Returns ...
98100
</span></span>
99101
</pre>
100102
</div><div id="index-body">
@@ -103,6 +105,7 @@ <h2 id="F"><span id="section-head">F</span></h2>
103105
<span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;FIFOCache">-&gt;FIFOCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
104106
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;FnCache">-&gt;FnCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
105107
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/fifo-cache-factory">fifo-cache-factory</a><span id="line-content"> function clojure.core.cache Returns a FIFO cache with the cache and FIFO queue...
108+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/fifo-cache-factory">fifo-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns a FIFO cache with the cache and FI...
106109
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/FIFOCache">FIFOCache</a><span id="line-content"> type clojure.core.cache
107110
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/FnCache">FnCache</a><span id="line-content"> type clojure.core.cache
108111
</span></span>
@@ -116,7 +119,9 @@ <h2 id="G"><span id="section-head">G</span></h2>
116119
<h2 id="H"><span id="section-head">H</span></h2>
117120
<pre>
118121
<span id="section-content"> <a href="index.html#clojure.core.cache/has?">has?</a><span id="line-content"> function clojure.core.cache Checks if the cache contains a value associated wi...
122+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/has?">has?</a><span id="line-content"> function clojure.core.cache.wrapped Checks if the cache contains a value assoc...
119123
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/hit">hit</a><span id="line-content"> function clojure.core.cache Is meant to be called if the cache is determined t...
124+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/hit">hit</a><span id="line-content"> function clojure.core.cache.wrapped Is meant to be called if the cache is dete...
120125
</span></span>
121126
</pre>
122127
</div><div id="index-body">
@@ -141,18 +146,24 @@ <h2 id="L"><span id="section-head">L</span></h2>
141146
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;LRUCache">-&gt;LRUCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
142147
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;LUCache">-&gt;LUCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
143148
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/lirs-cache-factory">lirs-cache-factory</a><span id="line-content"> function clojure.core.cache Returns an LIRS cache with the S &amp; R LRU lists set...
149+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/lirs-cache-factory">lirs-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns an LIRS cache with the S &amp; R LRU l...
144150
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/LIRSCache">LIRSCache</a><span id="line-content"> type clojure.core.cache
145151
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/lookup">lookup</a><span id="line-content"> function clojure.core.cache Retrieve the value associated with `e` if it exist...
152+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/lookup">lookup</a><span id="line-content"> function clojure.core.cache.wrapped Retrieve the value associated with `e` if ...
153+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/lookup-or-miss">lookup-or-miss</a><span id="line-content"> function clojure.core.cache.wrapped Retrieve the value associated with `e` if ...
146154
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/lru-cache-factory">lru-cache-factory</a><span id="line-content"> function clojure.core.cache Returns an LRU cache with the cache and usage-tabl...
155+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/lru-cache-factory">lru-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns an LRU cache with the cache and us...
147156
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/LRUCache">LRUCache</a><span id="line-content"> type clojure.core.cache
148157
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/lu-cache-factory">lu-cache-factory</a><span id="line-content"> function clojure.core.cache Returns an LU cache with the cache and usage-table...
158+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/lu-cache-factory">lu-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns an LU cache with the cache and usa...
149159
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/LUCache">LUCache</a><span id="line-content"> type clojure.core.cache
150160
</span></span>
151161
</pre>
152162
</div><div id="index-body">
153163
<h2 id="M"><span id="section-head">M</span></h2>
154164
<pre>
155165
<span id="section-content"> <a href="index.html#clojure.core.cache/miss">miss</a><span id="line-content"> function clojure.core.cache Is meant to be called if the cache is determined t...
166+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/miss">miss</a><span id="line-content"> function clojure.core.cache.wrapped Is meant to be called if the cache is dete...
156167
</span></span>
157168
</pre>
158169
</div><div id="index-body">
@@ -185,7 +196,9 @@ <h2 id="S"><span id="section-head">S</span></h2>
185196
<pre>
186197
<span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;SoftCache">-&gt;SoftCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
187198
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/seed">seed</a><span id="line-content"> function clojure.core.cache Is used to signal that the cache should be created...
199+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/seed">seed</a><span id="line-content"> function clojure.core.cache.wrapped Is used to signal that the cache should be...
188200
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/soft-cache-factory">soft-cache-factory</a><span id="line-content"> function clojure.core.cache Returns a SoftReference cache. Cached values will...
201+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/soft-cache-factory">soft-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns a SoftReference cache. Cached val...
189202
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/SoftCache">SoftCache</a><span id="line-content"> type clojure.core.cache
190203
</span></span>
191204
</pre>
@@ -194,8 +207,11 @@ <h2 id="T"><span id="section-head">T</span></h2>
194207
<pre>
195208
<span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;TTLCacheQ">-&gt;TTLCacheQ</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
196209
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/through">through</a><span id="line-content"> function clojure.core.cache The basic hit/miss logic for the cache system. Ex...
210+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/through">through</a><span id="line-content"> function clojure.core.cache.wrapped The basic hit/miss logic for the cache sys...
197211
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/through-cache">through-cache</a><span id="line-content"> function clojure.core.cache The basic hit/miss logic for the cache system. Li...
212+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/through-cache">through-cache</a><span id="line-content"> function clojure.core.cache.wrapped The basic hit/miss logic for the cache sys...
198213
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/ttl-cache-factory">ttl-cache-factory</a><span id="line-content"> function clojure.core.cache Returns a TTL cache with the cache and expiration-...
214+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache.wrapped/ttl-cache-factory">ttl-cache-factory</a><span id="line-content"> function clojure.core.cache.wrapped Returns a TTL cache with the cache and exp...
199215
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/TTLCacheQ">TTLCacheQ</a><span id="line-content"> type clojure.core.cache
200216
</span></span>
201217
</pre>
@@ -244,7 +260,7 @@ <h2 id="Other"><span id="section-head">Other</span></h2>
244260
</div>
245261
</div>
246262
<div id="foot">
247-
<div id="copyright" style="text-align: center;">Copyright 2007-2018 by Rich Hickey and the various contributors</div>
263+
<div id="copyright" style="text-align: center;">Copyright 2007-2019 by Rich Hickey and the various contributors</div>
248264
</div>
249265
</div>
250266
<div id="DesignedBy">Logo &amp; site design by <a href="http://www.tomhickey.com" title="Visit Tom Hickey's website.">Tom Hickey</a>.<br />

0 commit comments

Comments
 (0)