From teiid-commits at lists.jboss.org Tue Nov 22 10:12:09 2011 Content-Type: multipart/mixed; boundary="===============1257286260930057962==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r3684 - branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/content. Date: Tue, 22 Nov 2011 10:12:09 -0500 Message-ID: <201111221512.pAMFC9cp027115@svn01.web.mwc.hst.phx2.redhat.com> --===============1257286260930057962== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/conten= t/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 =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 --- branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/conte= nt/results.xml 2011-11-22 12:55:13 UTC (rev 3683) +++ branches/7.6.x/documentation/caching-guide/src/main/docbook/en-US/conte= nt/results.xml 2011-11-22 15:12:09 UTC (rev 3684) @@ -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. --===============1257286260930057962==--