This file is indexed.

/usr/share/doc/cl-sql/html/default-caching.html is in cl-sql 6.5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>*DEFAULT-CACHING*</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="ref-oodml.html" title="Object Oriented Data Manipulation Language (OODML)" /><link rel="prev" href="db-auto-sync.html" title="*DB-AUTO-SYNC*" /><link rel="next" href="default-update-objects-max-len.html" title="*DEFAULT-UPDATE-OBJECTS-MAX-LEN*" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">*DEFAULT-CACHING*</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="db-auto-sync.html">Prev</a> </td><th width="60%" align="center">Object Oriented Data Manipulation Language (OODML)</th><td width="20%" align="right"> <a accesskey="n" href="default-update-objects-max-len.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="default-caching"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>*DEFAULT-CACHING* — Controls the default caching behavior.<strong>Variable</strong></p></div><div class="refsect1"><a id="idp62637904"></a><h2>Value Type</h2><p>
	Boolean
      </p></div><div class="refsect1"><a id="idp62639248"></a><h2>Initial Value</h2><p><code class="constant">T</code></p></div><div class="refsect1"><a id="idp62640720"></a><h2>Description</h2><p>
	This variable stores the default value of the
	<code class="varname">CACHING</code> keyword for the <a class="link" href="select.html" title="SELECT"><code class="function">select</code></a>.
      </p></div><div class="refsect1"><a id="idp62643600"></a><h2>Examples</h2><pre class="screen">
	(let ((*default-caching* nil)))
	  (select 'foo))

	;; is equivalent to

	(select 'foo :caching nil)
      </pre></div><div class="refsect1"><a id="idp62645312"></a><h2>Affected By</h2><p>None.</p></div><div class="refsect1"><a id="idp62646656"></a><h2>See Also</h2><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="select.html" title="SELECT"><code class="function">select</code></a></td></tr></table></div><div class="refsect1"><a id="idp62649520"></a><h2>Notes</h2><p>This is a CLSQL extension to the
      <span class="application">CommonSQL</span> API. <span class="application">CommonSQL</span> has caching on at all times.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="db-auto-sync.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-oodml.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="default-update-objects-max-len.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">*DB-AUTO-SYNC* </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> *DEFAULT-UPDATE-OBJECTS-MAX-LEN*</td></tr></table></div></body></html>