<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Recache a single site node"]]></title>
		<link>http://www.infoglue.org/forum/posts/list/5.page</link>
		<description><![CDATA[Latest messages posted in the topic "Recache a single site node"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Recache a single site node</title>
				<description><![CDATA[ Is it possible to tell IG to recache a specific site node from the CMS tool?<br /> <br /> It should work to add refresh=true&isRecacheCall=true to the query string of the URL to the site node, and maybe that is enough, but it would be nice to have a button or link that explicitly did this (on the content cover for example).<br /> ]]></description>
				<guid isPermaLink="true">http://www.infoglue.org/forum/posts/preList/115/427.page</guid>
				<link>http://www.infoglue.org/forum/posts/preList/115/427.page</link>
				<pubDate><![CDATA[Thu, 9 Dec 2010 09:55:24]]> GMT</pubDate>
				<author><![CDATA[ jaric]]></author>
			</item>
			<item>
				<title>Recache a single site node</title>
				<description><![CDATA[ [quote=jaric]It should work to add refresh=true&isRecacheCall=true to the query string of the URL to the site node, and maybe that is enough, but it would be nice to have a button or link that explicitly did this (on the content cover for example).[/quote]<br /> Seems like isRecacheCall does nothing, but [b]refresh=true[/b] works.]]></description>
				<guid isPermaLink="true">http://www.infoglue.org/forum/posts/preList/115/442.page</guid>
				<link>http://www.infoglue.org/forum/posts/preList/115/442.page</link>
				<pubDate><![CDATA[Mon, 13 Dec 2010 13:56:54]]> GMT</pubDate>
				<author><![CDATA[ jaric]]></author>
			</item>
			<item>
				<title>Re:Recache a single site node</title>
				<description><![CDATA[ One can also note that the admin manual says this about the Default Page Cache Key:<br /> [quote]The default key is: siteNodeId_languageId_contentId_userAgent_queryString[/quote]<br /> But in the site node cover, one should put $ before every part of the key, for example:<br /> $siteNodeId_$languageId<br /> <br /> From the source code:<br /> [code]   	    pageKey = pageKey.replaceAll("\\$siteNodeId", "" + siteNodeId);<br />     	    pageKey = pageKey.replaceAll("\\$languageId", "" + languageId);<br />     	    pageKey = pageKey.replaceAll("\\$contentId", "" + contentId);<br />     	    pageKey = pageKey.replaceAll("\\$useragent", "" + userAgent);<br />     	    pageKey = pageKey.replaceAll("\\$queryString", "" + queryString);[/code]]]></description>
				<guid isPermaLink="true">http://www.infoglue.org/forum/posts/preList/115/443.page</guid>
				<link>http://www.infoglue.org/forum/posts/preList/115/443.page</link>
				<pubDate><![CDATA[Mon, 13 Dec 2010 14:11:33]]> GMT</pubDate>
				<author><![CDATA[ jaric]]></author>
			</item>
	</channel>
</rss>