<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cake Toppings &#187; cache</title>
	<atom:link href="http://www.cake-toppings.com/tag/cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cake-toppings.com</link>
	<description>Tips &#38; tricks about CakePHP</description>
	<lastBuildDate>Mon, 01 Feb 2010 11:31:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing cache after shell script is done</title>
		<link>http://www.cake-toppings.com/2009/08/07/removing-cache-after-shell-script-is-done/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=removing-cache-after-shell-script-is-done</link>
		<comments>http://www.cake-toppings.com/2009/08/07/removing-cache-after-shell-script-is-done/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:30:44 +0000</pubDate>
		<dc:creator>primeminister</dc:creator>
				<category><![CDATA[Cake-Toppings]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[file-engine]]></category>

		<guid isPermaLink="false">http://www.cake-toppings.com/?p=228</guid>
		<description><![CDATA[I have a scraper that runs every 6 hours and adds reviews, audio and video of the found music artists to our database. The problem is that I wanted to cache elements and views for minimum of 1 day and let the scraper remove the cache when it found new items.
Firts of all I use [...]]]></description>
		<wfw:commentRss>http://www.cake-toppings.com/2009/08/07/removing-cache-after-shell-script-is-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cache duration and configuration tips</title>
		<link>http://www.cake-toppings.com/2009/03/19/cache-duration-and-configuration-tips/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cache-duration-and-configuration-tips</link>
		<comments>http://www.cake-toppings.com/2009/03/19/cache-duration-and-configuration-tips/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:15:41 +0000</pubDate>
		<dc:creator>primeminister</dc:creator>
				<category><![CDATA[Cake-Toppings]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://www.cake-toppings.com/?p=140</guid>
		<description><![CDATA[As you know you can cache several elements in you application. When I wrote a value to the cache I did it by setting the duration in the third parameter of write: 
Cache::write('cache_key', 'value to cache',array(
    'config'=>'default',
    'duration'=>'+1 day')
);
But today I learned a lesson from Mark Story that this [...]]]></description>
		<wfw:commentRss>http://www.cake-toppings.com/2009/03/19/cache-duration-and-configuration-tips/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
