Skip to content

Commit 5cc6b36

Browse files
committed
Autodoc commit
1 parent 1791686 commit 5cc6b36

3 files changed

Lines changed: 58 additions & 424 deletions

File tree

api-index.html

Lines changed: 9 additions & 8 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 - A caching library implementing various cache strategies 0.6.6 API documentation</title>
4+
<title>Index - core.cache 0.7.2-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,14 +25,14 @@ <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">A caching library implementing various cache strategies</span> <span id="version">0.6.6</span> API</span><br />
28+
<span class="toc-header"><span id="project-name">core.cache</span> <span id="version">0.7.2-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>
3232
</ul>
3333

3434

35-
<a class="wiki_link" href="http://clojure.org">Clojure Home</a>
35+
<a class="wiki_link" href="https://clojure.org">Clojure Home</a>
3636
</div>
3737
</div>
3838
</div>
@@ -41,9 +41,9 @@ <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">A caching library implementing various cache strategies</span> <span id="header-version">0.6.6</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.7.2-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
46-
in <span class="project-name-span">A caching library implementing various cache strategies</span>.
46+
in <span class="project-name-span">core.cache</span>.
4747

4848
<!-- TODO: enable this functionality on github?
4949
@@ -192,10 +192,11 @@ <h2 id="S"><span id="section-head">S</span></h2>
192192
</div><div id="index-body">
193193
<h2 id="T"><span id="section-head">T</span></h2>
194194
<pre>
195-
<span id="section-content"> <a href="index.html#clojure.core.cache/-&gt;TTLCache">-&gt;TTLCache</a><span id="line-content"> function clojure.core.cache Positional factory function for class clojure.core...
195+
<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...
196196
</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...
197+
</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...
197198
</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-...
198-
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/TTLCache">TTLCache</a><span id="line-content"> type clojure.core.cache
199+
</span></span><span id="section-content"> <a href="index.html#clojure.core.cache/TTLCacheQ">TTLCacheQ</a><span id="line-content"> type clojure.core.cache
199200
</span></span>
200201
</pre>
201202
</div><div id="index-body">
@@ -243,7 +244,7 @@ <h2 id="Other"><span id="section-head">Other</span></h2>
243244
</div>
244245
</div>
245246
<div id="foot">
246-
<div id="copyright" style="text-align: center;">Copyright 2007-2017 by Rich Hickey and the various contributors</div>
247+
<div id="copyright" style="text-align: center;">Copyright 2007-2018 by Rich Hickey and the various contributors</div>
247248
</div>
248249
</div>
249250
<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)