<?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>ExpBuilder &#187; Cache</title>
	<atom:link href="http://www.expbuilder.com/tag/cache/feed" rel="self" type="application/rss+xml" />
	<link>http://www.expbuilder.com</link>
	<description>For web resources</description>
	<lastBuildDate>Wed, 05 May 2010 09:49:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Website Cache</title>
		<link>http://www.expbuilder.com/website-cache.html</link>
		<comments>http://www.expbuilder.com/website-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:40:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=703</guid>
		<description><![CDATA[Website Cache
By : William Lang
This class can be used to retrieve pages from a site and store them in static cache files.
It can retrieve the contents of a given remote Web page and store it in a cache file.
The class can check if a cache file for a page exists and it was updated no [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/website-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vin Cache</title>
		<link>http://www.expbuilder.com/vin-cache.html</link>
		<comments>http://www.expbuilder.com/vin-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:40:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[vin]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=701</guid>
		<description><![CDATA[vin Cache

By : Vinay Yadav
This is a class to cache pages whole site.
It is a class that stores the visited pages during a specified period before its refreshes the cache. Until then the processed HTML pages are returned to the browser.
It may cache the pages in files or in SQL database rows.
Download :
http://www.ziddu.com/download/7309791/vincache-2003-06-26.zip.html
]]></description>
		<wfw:commentRss>http://www.expbuilder.com/vin-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URI Cache</title>
		<link>http://www.expbuilder.com/uri-cache.html</link>
		<comments>http://www.expbuilder.com/uri-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:39:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[URI]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=699</guid>
		<description><![CDATA[URI Cache

By : yinsee
This class can be used to cache whole pages on files with names based on the request URI.
It takes the current request URI and uses MD5 to compute the name of a file that should store the cached version of the current page.
If the computed cache file does not exist, it starts [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/uri-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabajara Cache</title>
		<link>http://www.expbuilder.com/tabajara-cache.html</link>
		<comments>http://www.expbuilder.com/tabajara-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:38:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Tabajara]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=695</guid>
		<description><![CDATA[Tabajara Cache

By : Rafael Paulino
This class can be used to cache the output of pages into files.
It can check if a cache file exists and did not expire. If so, it outputs the contents of the cache file. Otherwise, the class starts capturing the output of the page.
In the end the class retrieves the just [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/tabajara-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlCache API Library</title>
		<link>http://www.expbuilder.com/sqlcache-api-library.html</link>
		<comments>http://www.expbuilder.com/sqlcache-api-library.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:38:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=693</guid>
		<description><![CDATA[sqlCache API Library
By : Dmitry Sheiko
This package can be used to cache the results of SQL database query results in files.
The idea is to increase database application performance by avoided to access databases to retrieve the results of queries being executed repeatedly.
This package provides an API that encapsulates the execution and caching of SQL database [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/sqlcache-api-library.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RS Cache</title>
		<link>http://www.expbuilder.com/rs-cache.html</link>
		<comments>http://www.expbuilder.com/rs-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[RS]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=685</guid>
		<description><![CDATA[RS Cache

by : V. Yanson
This class can be used to store and retrieve variables in cache files.
It provides a function to store the value of a variable of any type in a file of a given folder.
The file name is determined by a given unique identifier and an integer number that indicates the time when [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/rs-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really Simple Content Cache</title>
		<link>http://www.expbuilder.com/really-simple-content-cache.html</link>
		<comments>http://www.expbuilder.com/really-simple-content-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Really]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=681</guid>
		<description><![CDATA[Really Simple Content Cache
By : Rob Searles
This class can be used to cache content in files.
It can check if a given cache file exists and it has not expired. In that case it returns the cached content stored in the cache file.
If the cache file does not exist or the cached content has expired, the [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/really-simple-content-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php Super Cache</title>
		<link>http://www.expbuilder.com/php-super-cache.html</link>
		<comments>http://www.expbuilder.com/php-super-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:35:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Super]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=679</guid>
		<description><![CDATA[php Super Cache

By : Patxi Echarte
Class for caching of full pages or frequently used blocks. It uses the filesystem to avoid database connections bottlenecks. It caches pages using the name of the script and allowed query_strings. You can see it in use at: http://www.todoel*$(#*$(#*$(#o.com, caching category pages and different blocks. It can serve normal html [...]]]></description>
		<wfw:commentRss>http://www.expbuilder.com/php-super-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Cache 2</title>
		<link>http://www.expbuilder.com/object-cache-2.html</link>
		<comments>http://www.expbuilder.com/object-cache-2.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:33:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Object]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=669</guid>
		<description><![CDATA[Object Cache 2

By : Eugene Panin
Stores objects in operative memory, dba, dbm, shared memory.
Please make the following directory structure:
ObjectCache.php (file)
+&#8211;ObjectCache (dir)
____ObjectCache_shmop.php
____ObjectCache_memory.php
____&#8230;..
Download :
http://www.ziddu.com/download/7309352/object_cache2-2003-02-19.zip.html
]]></description>
		<wfw:commentRss>http://www.expbuilder.com/object-cache-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Cache</title>
		<link>http://www.expbuilder.com/object-cache.html</link>
		<comments>http://www.expbuilder.com/object-cache.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 17:32:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[Web Developers]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Object]]></category>

		<guid isPermaLink="false">http://localhost/mine/expbuilder/tutorials/?p=667</guid>
		<description><![CDATA[Object Cache

By : Eugene Panin
Object manipulation routine.
Download :
http://www.ziddu.com/download/7309331/objectcache-2001-10-02.zip.html
]]></description>
		<wfw:commentRss>http://www.expbuilder.com/object-cache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
