From teiid-commits at lists.jboss.org Tue Nov 22 07:49:13 2011 Content-Type: multipart/mixed; boundary="===============0885883124407948072==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r3682 - trunk/documentation/caching-guide/src/main/docbook/en-US/content. Date: Tue, 22 Nov 2011 07:49:13 -0500 Message-ID: <201111221249.pAMCnDtc028271@svn01.web.mwc.hst.phx2.redhat.com> --===============0885883124407948072== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/caching-guide/src/main/docbook/en-US/content/result= s.xml 2011-11-22 01:39:42 UTC (rev 3681) +++ trunk/documentation/caching-guide/src/main/docbook/en-US/content/result= s.xml 2011-11-22 12:49:12 UTC (rev 3682) @@ -55,7 +55,7 @@ = Advanced ResultSet Caching - /*+ cache(pref_mem ttl:60000 */ select col from t + /*+ cache(pref_mem ttl:60000) */ select col from t<= /programlisting> In this example the memory preference has been enabled and th= e 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 th= e entry may be purged sooner if the maximum number of cache entries has bee= n reached. --===============0885883124407948072==--