[teiid-commits] teiid SVN: r3682 - trunk/documentation/caching-guide/src/main/docbook/en-US/content.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Nov 22 07:49:13 EST 2011


Author: van.halbert
Date: 2011-11-22 07:49:12 -0500 (Tue, 22 Nov 2011)
New Revision: 3682

Modified:
   trunk/documentation/caching-guide/src/main/docbook/en-US/content/results.xml
Log:
TEIID-1844 added the missing right paren in the example

Modified: trunk/documentation/caching-guide/src/main/docbook/en-US/content/results.xml
===================================================================
--- trunk/documentation/caching-guide/src/main/docbook/en-US/content/results.xml	2011-11-22 01:39:42 UTC (rev 3681)
+++ trunk/documentation/caching-guide/src/main/docbook/en-US/content/results.xml	2011-11-22 12:49:12 UTC (rev 3682)
@@ -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>



More information about the teiid-commits mailing list