Author: shawkins
Date: 2011-11-22 10:12:09 -0500 (Tue, 22 Nov 2011)
New Revision: 3684
Modified:
branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/content/results.xml
Log:
TEIID-1844 fixing cache hint example
Modified:
branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/content/results.xml
===================================================================
---
branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/content/results.xml 2011-11-22
12:55:13 UTC (rev 3683)
+++
branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/content/results.xml 2011-11-22
15:12:09 UTC (rev 3684)
@@ -55,7 +55,7 @@
</para>
<example>
<title>Advanced ResultSet Caching</title>
- <programlisting>/*+ cache(pref_mem ttl:60000 */ select col from
t</programlisting>
+ <programlisting>/*+ cache(pref_mem ttl:60000) */ select col from
t</programlisting>
<para>In this example the memory preference has been enabled and the time to
live is set to 60000 milliseconds or 1 minute.
The ttl for an entry is actually treated as it's maximum age and the entry may
be purged sooner if the maximum number of cache entries has been reached.</para>
</example>
Show replies by date