<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cache Class for PHP</title>
	<atom:link href="http://neo22s.com/cache-class-for-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://neo22s.com/cache-class-for-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cache-class-for-php</link>
	<description>Web development, scripts, source code and IT stuff</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:49:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PHP Class for better cache &#8211; fileCache &#124; Neo22s</title>
		<link>http://neo22s.com/cache-class-for-php/comment-page-1/#comment-996</link>
		<dc:creator>PHP Class for better cache &#8211; fileCache &#124; Neo22s</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=775#comment-996</guid>
		<description>[...] days a go I wrote about a cache class and longer a go about application variables for php. This is a mix of both in just one powerful [...]</description>
		<content:encoded><![CDATA[<p>[...] days a go I wrote about a cache class and longer a go about application variables for php. This is a mix of both in just one powerful [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cache Class for PHP &#124; Neo22s &#124; Coder Online</title>
		<link>http://neo22s.com/cache-class-for-php/comment-page-1/#comment-916</link>
		<dc:creator>Cache Class for PHP &#124; Neo22s &#124; Coder Online</dc:creator>
		<pubDate>Tue, 15 Dec 2009 03:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=775#comment-916</guid>
		<description>[...] Continue reading here: Cache Class for PHP &#124; Neo22s [...]</description>
		<content:encoded><![CDATA[<p>[...] Continue reading here: Cache Class for PHP | Neo22s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chema</title>
		<link>http://neo22s.com/cache-class-for-php/comment-page-1/#comment-914</link>
		<dc:creator>Chema</dc:creator>
		<pubDate>Mon, 14 Dec 2009 14:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=775#comment-914</guid>
		<description>You are plumb right ;)

You need to be really careful with performance, deleting old caches it&#039;s a must do.

About APC, works great, I&#039;m actually using it, since is the best way I&#039;ve found. 

This class I wrote it thinking more to cache some queries as in the example, I will release the db class that I&#039;m currently developing for OC, that db class uses this class to cache heavy queries ;), that&#039;s the idea of the script actually.

Happy you like it, I&#039;m sure you saw things like this every where...I actually based it on this functions I had before: http://neo22s.com/simple-cache-for-php/</description>
		<content:encoded><![CDATA[<p>You are plumb right ;)</p>
<p>You need to be really careful with performance, deleting old caches it&#8217;s a must do.</p>
<p>About APC, works great, I&#8217;m actually using it, since is the best way I&#8217;ve found. </p>
<p>This class I wrote it thinking more to cache some queries as in the example, I will release the db class that I&#8217;m currently developing for OC, that db class uses this class to cache heavy queries ;), that&#8217;s the idea of the script actually.</p>
<p>Happy you like it, I&#8217;m sure you saw things like this every where&#8230;I actually based it on this functions I had before: <a href="http://neo22s.com/simple-cache-for-php/" rel="nofollow">http://neo22s.com/simple-cache-for-php/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nenillo</title>
		<link>http://neo22s.com/cache-class-for-php/comment-page-1/#comment-913</link>
		<dc:creator>Nenillo</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://neo22s.com/?p=775#comment-913</guid>
		<description>The class is good, but this concept has a problem, on a big site with a really big number of keys you will be overloading the file system. Also some keys may be used three or four times and rest on the directory forever.

The second part is easy to manage, you can set a cron script to delete keys longer than X time.

About big list of files, you may want to see some memory cache systems like PHP APC.

Anyway, for little-medium sites the class fits perfectly!</description>
		<content:encoded><![CDATA[<p>The class is good, but this concept has a problem, on a big site with a really big number of keys you will be overloading the file system. Also some keys may be used three or four times and rest on the directory forever.</p>
<p>The second part is easy to manage, you can set a cron script to delete keys longer than X time.</p>
<p>About big list of files, you may want to see some memory cache systems like PHP APC.</p>
<p>Anyway, for little-medium sites the class fits perfectly!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: neo22s.com @ 2012-02-12 12:02:58 by W3 Total Cache -->
