<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:08:47 +0000</lastBuildDate>
    <item>
      <title>(PHP) lastModified.func.php - daemondevin</title>
      <link>https://snipplr.com/view/334234/lastmodifiedfuncphp</link>
      <description>&lt;p&gt;With this snippet you will have the ability to deliver the most recent version of any file.&#13;
&#13;
When dealing with a browser's cache you can't be certain your viewers are getting the most recent copy. By appending a GET value (the UNIX timestamp) to, for example, a stylesheet, you can make the browser think the stylesheet is dynamic, thus reloading the stylesheet time the modification date changes.&lt;/p&gt;</description>
      <pubDate>Fri, 27 Sep 2019 12:02:48 UTC</pubDate>
      <guid>https://snipplr.com/view/334234/lastmodifiedfuncphp</guid>
    </item>
    <item>
      <title>(Bash) Clear buffer cache on GNU/Linux systems - rm1984</title>
      <link>https://snipplr.com/view/296748/clear-buffer-cache-on-gnulinux-systems</link>
      <description>&lt;p&gt;Clear buffer cache on GNU/Linux systems&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jan 2017 08:07:56 UTC</pubDate>
      <guid>https://snipplr.com/view/296748/clear-buffer-cache-on-gnulinux-systems</guid>
    </item>
    <item>
      <title>(PHP) PHP website accelerator - Cloudflare-style full page caching with page rules in 1 PHP file - mattnicholson</title>
      <link>https://snipplr.com/view/253529/php-website-accelerator--cloudflarestyle-full-page-caching-with-page-rules-in-1-php-file</link>
      <description>&lt;p&gt;# Slick.php&#13;
&#13;
PHP full page cache with Cloudflare-style page rules. No DNS changes required, just upload the PHP file, configure and then include from your main application controller (e.g. index.php&lt;/p&gt;</description>
      <pubDate>Fri, 28 Oct 2016 21:48:29 UTC</pubDate>
      <guid>https://snipplr.com/view/253529/php-website-accelerator--cloudflarestyle-full-page-caching-with-page-rules-in-1-php-file</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP cache technique - a1ias</title>
      <link>https://snipplr.com/view/91497/simple-php-cache-technique</link>
      <description>&lt;p&gt;This is a little code snippet that I use in almost every project that isnâ€™t based on a popular CMS. Since its fairly expensive to hit the database on every page load, its a smart idea to cache the plain HTML markup of your page and serve that up. You can set how often the page cache is flushed out depending on how often you update your siteâ€™s content.&lt;/p&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:19:41 UTC</pubDate>
      <guid>https://snipplr.com/view/91497/simple-php-cache-technique</guid>
    </item>
    <item>
      <title>(SQL) A  light implementation of Session table in Mysql 5.6 using memory engine - prgrmmraben</title>
      <link>https://snipplr.com/view/77008/a--light-implementation-of-session-table-in-mysql-56-using-memory-engine</link>
      <description>&lt;p&gt;caching session variables in Mysql using memory engine for fast client response.&#13;
note: please test before use, then use at your own risk.&lt;/p&gt;</description>
      <pubDate>Sat, 06 Sep 2014 07:35:01 UTC</pubDate>
      <guid>https://snipplr.com/view/77008/a--light-implementation-of-session-table-in-mysql-56-using-memory-engine</guid>
    </item>
    <item>
      <title>(HTML) Luminate: Disable file caching - makbeta</title>
      <link>https://snipplr.com/view/72949/luminate-disable-file-caching</link>
      <description>&lt;p&gt;Add the following parameter to any file URL &amp; it will be unique each time, preventing the cached version from showing&lt;/p&gt;</description>
      <pubDate>Wed, 20 Nov 2013 16:33:23 UTC</pubDate>
      <guid>https://snipplr.com/view/72949/luminate-disable-file-caching</guid>
    </item>
    <item>
      <title>(JavaScript) Callback for when images have loaded in an AJAX call - rickygri</title>
      <link>https://snipplr.com/view/72065/callback-for-when-images-have-loaded-in-an-ajax-call</link>
      <description>&lt;p&gt;More info: http://stackoverflow.com/questions/10908562/is-there-something-similar-to-window-load-for-executing-a-function-after&lt;/p&gt;</description>
      <pubDate>Wed, 07 Aug 2013 21:19:25 UTC</pubDate>
      <guid>https://snipplr.com/view/72065/callback-for-when-images-have-loaded-in-an-ajax-call</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP cache class - peckham</title>
      <link>https://snipplr.com/view/67728/simple-php-cache-class</link>
      <description>&lt;p&gt;A simple class to cache files (or other results) with PHP.&lt;/p&gt;</description>
      <pubDate>Sun, 14 Oct 2012 01:16:55 UTC</pubDate>
      <guid>https://snipplr.com/view/67728/simple-php-cache-class</guid>
    </item>
    <item>
      <title>(PHP) Query posts and cache the query - Mat_</title>
      <link>https://snipplr.com/view/67580/query-posts-and-cache-the-query</link>
      <description>&lt;p&gt;Snippet to show a simple use of the transient API when querying posts.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Oct 2012 19:56:43 UTC</pubDate>
      <guid>https://snipplr.com/view/67580/query-posts-and-cache-the-query</guid>
    </item>
    <item>
      <title>(PHP) No Cache HTTP Headers - ryantxr</title>
      <link>https://snipplr.com/view/65544/no-cache-http-headers</link>
      <description>&lt;p&gt;HTTP headers to disable caching.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jun 2012 22:38:26 UTC</pubDate>
      <guid>https://snipplr.com/view/65544/no-cache-http-headers</guid>
    </item>
    <item>
      <title>(PHP) Base display function to use Joomla! cache - kevincam</title>
      <link>https://snipplr.com/view/65293/base-display-function-to-use-joomla-cache</link>
      <description>&lt;p&gt;This is a base function to use with Joomla! to display the view using the Joomla cache system.&lt;/p&gt;</description>
      <pubDate>Thu, 31 May 2012 21:33:20 UTC</pubDate>
      <guid>https://snipplr.com/view/65293/base-display-function-to-use-joomla-cache</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 - Cached image from URL - spawnrider</title>
      <link>https://snipplr.com/view/61694/as3--cached-image-from-url</link>
      <description>&lt;p&gt;Retrieve remote image from an URL and store it locally.&#13;
Use this class for managing offline mode.&lt;/p&gt;</description>
      <pubDate>Tue, 06 Dec 2011 09:50:22 UTC</pubDate>
      <guid>https://snipplr.com/view/61694/as3--cached-image-from-url</guid>
    </item>
    <item>
      <title>(PHP) Simplepie with fixed Cache directory handling - iroybot</title>
      <link>https://snipplr.com/view/60572/simplepie-with-fixed-cache-directory-handling</link>
      <description>&lt;p&gt;Simplepie per default uses relative paths to generate the cache filename. Whenever I  use Simplepie I run into the same problem, that the cache directory can't be located. This is why I modify the file everytime. Here's my version (with a hardcoded path which you'll want to replace with your desired location).&lt;/p&gt;</description>
      <pubDate>Sun, 06 Nov 2011 07:00:30 UTC</pubDate>
      <guid>https://snipplr.com/view/60572/simplepie-with-fixed-cache-directory-handling</guid>
    </item>
    <item>
      <title>(Apache) htaccess site caching - czachor</title>
      <link>https://snipplr.com/view/60517/htaccess-site-caching</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Nov 2011 00:20:44 UTC</pubDate>
      <guid>https://snipplr.com/view/60517/htaccess-site-caching</guid>
    </item>
    <item>
      <title>(PHP) Simple PHP Page Caching Technique - Abe</title>
      <link>https://snipplr.com/view/59612/simple-php-page-caching-technique</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 11 Oct 2011 02:20:20 UTC</pubDate>
      <guid>https://snipplr.com/view/59612/simple-php-page-caching-technique</guid>
    </item>
    <item>
      <title>(PHP) Cache favicon from google service - szpunk</title>
      <link>https://snipplr.com/view/59336/cache-favicon-from-google-service</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 02 Oct 2011 20:51:35 UTC</pubDate>
      <guid>https://snipplr.com/view/59336/cache-favicon-from-google-service</guid>
    </item>
    <item>
      <title>(Apache) Htaccess Speed Boost - justinscheetz</title>
      <link>https://snipplr.com/view/58392/htaccess-speed-boost</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 02 Sep 2011 12:57:31 UTC</pubDate>
      <guid>https://snipplr.com/view/58392/htaccess-speed-boost</guid>
    </item>
    <item>
      <title>(JavaScript) NodeJS header cache control - rod</title>
      <link>https://snipplr.com/view/55268/nodejs-header-cache-control</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jun 2011 21:42:59 UTC</pubDate>
      <guid>https://snipplr.com/view/55268/nodejs-header-cache-control</guid>
    </item>
    <item>
      <title>(Bash) ART: Personal Internet Cache Archive - valessiobrito</title>
      <link>https://snipplr.com/view/53891/art-personal-internet-cache-archive</link>
      <description>&lt;p&gt;Inspired: http://evan-roth.com/personal-internet-cache-archive/&#13;
&#13;
In the "style=" you can adjust the "height: ??px" according to the quantity of items in your cache.&lt;/p&gt;</description>
      <pubDate>Sat, 21 May 2011 02:24:14 UTC</pubDate>
      <guid>https://snipplr.com/view/53891/art-personal-internet-cache-archive</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Cache your $wpdb queries - prwhitehead</title>
      <link>https://snipplr.com/view/52208/wordpress-cache-your-wpdb-queries</link>
      <description>&lt;p&gt;Cache the results of your wordpress database queries for faster page generation&lt;/p&gt;</description>
      <pubDate>Sun, 17 Apr 2011 01:35:49 UTC</pubDate>
      <guid>https://snipplr.com/view/52208/wordpress-cache-your-wpdb-queries</guid>
    </item>
    <item>
      <title>(jQuery) Cache AJAX Response - crypticsoft</title>
      <link>https://snipplr.com/view/51183/cache-ajax-response</link>
      <description>&lt;p&gt;Basically, if the value has already been requested once before it's returned immediately from the cache. Otherwise, an AJAX request fetches the data and adds it to the cache. The $.when/.then doesn't care about any of this; all you need to be concerned about is using the response, which is passed to the .then() handler in both cases.&#13;
&#13;
Deferreds are perfect for when the task may or may not operate asynchronously, and you want to abstract that condition out of the code.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Mar 2011 01:28:32 UTC</pubDate>
      <guid>https://snipplr.com/view/51183/cache-ajax-response</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript epoch time - samwa</title>
      <link>https://snipplr.com/view/50930/javascript-epoch-time</link>
      <description>&lt;p&gt;returns the number of seconds since 1 jan 1970&#13;
This is useful for generating a number in a url to stop a page from caching&lt;/p&gt;</description>
      <pubDate>Tue, 22 Mar 2011 02:47:40 UTC</pubDate>
      <guid>https://snipplr.com/view/50930/javascript-epoch-time</guid>
    </item>
    <item>
      <title>(JavaScript) Application cache loading status reporter for HTML5 / Javascript - miohtama</title>
      <link>https://snipplr.com/view/50482/application-cache-loading-status-reporter-for-html5--javascript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Mar 2011 22:49:29 UTC</pubDate>
      <guid>https://snipplr.com/view/50482/application-cache-loading-status-reporter-for-html5--javascript</guid>
    </item>
    <item>
      <title>(PHP) Disable browser cache - mfigge</title>
      <link>https://snipplr.com/view/49196/disable-browser-cache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 18 Feb 2011 13:29:06 UTC</pubDate>
      <guid>https://snipplr.com/view/49196/disable-browser-cache</guid>
    </item>
    <item>
      <title>(jQuery) jQuery.getScript() does not cache â€“ Jamie Thompson - lamebollock</title>
      <link>https://snipplr.com/view/49050/jquerygetscript-does-not-cache--jamie-thompson</link>
      <description>&lt;p&gt;Cache control when pulling in scripts, redefined "getScript" function&lt;/p&gt;</description>
      <pubDate>Tue, 15 Feb 2011 21:18:57 UTC</pubDate>
      <guid>https://snipplr.com/view/49050/jquerygetscript-does-not-cache--jamie-thompson</guid>
    </item>
    <item>
      <title>(PHP) cache control with file modification date - ashsa</title>
      <link>https://snipplr.com/view/48344/cache-control-with-file-modification-date</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 03 Feb 2011 21:44:32 UTC</pubDate>
      <guid>https://snipplr.com/view/48344/cache-control-with-file-modification-date</guid>
    </item>
    <item>
      <title>(TYPO3) RealUrl Cache lÃ¶schen - troi</title>
      <link>https://snipplr.com/view/47598/realurl-cache-lschen</link>
      <description>&lt;p&gt;write into localconf.php&lt;/p&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:48:39 UTC</pubDate>
      <guid>https://snipplr.com/view/47598/realurl-cache-lschen</guid>
    </item>
    <item>
      <title>(PHP) Prevent Web Page from Expiring - bradless</title>
      <link>https://snipplr.com/view/46885/prevent-web-page-from-expiring</link>
      <description>&lt;p&gt;I use the following code to prevent a user from getting a "webpage expired" message when hitting the back button on a page where the search results are also on the page with the form.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Jan 2011 01:50:39 UTC</pubDate>
      <guid>https://snipplr.com/view/46885/prevent-web-page-from-expiring</guid>
    </item>
    <item>
      <title>(ActionScript 3) Simple load manager with cache - kuril</title>
      <link>https://snipplr.com/view/45888/simple-load-manager-with-cache</link>
      <description>&lt;p&gt;Simple manager that loads display objects via single method call and caches loaded objects&lt;/p&gt;</description>
      <pubDate>Fri, 17 Dec 2010 23:17:20 UTC</pubDate>
      <guid>https://snipplr.com/view/45888/simple-load-manager-with-cache</guid>
    </item>
    <item>
      <title>(PHP) https+ieX+downloads - ashsa</title>
      <link>https://snipplr.com/view/44381/httpsiexdownloads</link>
      <description>&lt;p&gt;Donwloads weren't working with https + ie6/ie7. This line solves the problem (order is important, **no-store** must be first).&lt;/p&gt;</description>
      <pubDate>Fri, 19 Nov 2010 02:23:08 UTC</pubDate>
      <guid>https://snipplr.com/view/44381/httpsiexdownloads</guid>
    </item>
    <item>
      <title>(Java) ConcurrentCacheMap - kubaitis</title>
      <link>https://snipplr.com/view/43345/concurrentcachemap</link>
      <description>&lt;p&gt;Great for just about any kind of key/value in-memory caching... scales up to the limitations of the JVM, so it's about as good as it gets without clustering.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Nov 2010 03:11:39 UTC</pubDate>
      <guid>https://snipplr.com/view/43345/concurrentcachemap</guid>
    </item>
    <item>
      <title>(Apache) Cache Images Apache Server - iloveitaly</title>
      <link>https://snipplr.com/view/42327/cache-images-apache-server</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 07:37:21 UTC</pubDate>
      <guid>https://snipplr.com/view/42327/cache-images-apache-server</guid>
    </item>
    <item>
      <title>(Other) Manually Purge Flash Cache - traeregan</title>
      <link>https://snipplr.com/view/40645/manually-purge-flash-cache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 17 Sep 2010 12:48:31 UTC</pubDate>
      <guid>https://snipplr.com/view/40645/manually-purge-flash-cache</guid>
    </item>
    <item>
      <title>(C#) Pagemethods get cached - housecor</title>
      <link>https://snipplr.com/view/40182/pagemethods-get-cached</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 Sep 2010 04:22:57 UTC</pubDate>
      <guid>https://snipplr.com/view/40182/pagemethods-get-cached</guid>
    </item>
    <item>
      <title>(PHP) PHP - Cache Controls - wireplay</title>
      <link>https://snipplr.com/view/39914/php--cache-controls</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Sep 2010 00:56:47 UTC</pubDate>
      <guid>https://snipplr.com/view/39914/php--cache-controls</guid>
    </item>
    <item>
      <title>(HTML) HTML meta refresh redirect page - meta http-equiv cache control pragma refresh - brandonjp</title>
      <link>https://snipplr.com/view/37971/html-meta-refresh-redirect-page--meta-httpequiv-cache-control-pragma-refresh</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jul 2010 05:45:46 UTC</pubDate>
      <guid>https://snipplr.com/view/37971/html-meta-refresh-redirect-page--meta-httpequiv-cache-control-pragma-refresh</guid>
    </item>
    <item>
      <title>(PHP) PHP cache Files - silverius</title>
      <link>https://snipplr.com/view/35650/php-cache-files</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 Jun 2010 09:55:00 UTC</pubDate>
      <guid>https://snipplr.com/view/35650/php-cache-files</guid>
    </item>
    <item>
      <title>(TYPO3) Automatisch TYPO3-Cache einer Seite leeren - dominikweber</title>
      <link>https://snipplr.com/view/27425/automatisch-typo3cache-einer-seite-leeren</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 31 Jan 2010 06:18:59 UTC</pubDate>
      <guid>https://snipplr.com/view/27425/automatisch-typo3cache-einer-seite-leeren</guid>
    </item>
    <item>
      <title>(jQuery) Cache files with jQuery and ajax method - 1man</title>
      <link>https://snipplr.com/view/26403/cache-files-with-jquery-and-ajax-method</link>
      <description>&lt;p&gt;Handy little snippet i found in 'jquery enlightenment' for caching certain selected files. Could be useful for larger files later on in a site.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jan 2010 12:47:22 UTC</pubDate>
      <guid>https://snipplr.com/view/26403/cache-files-with-jquery-and-ajax-method</guid>
    </item>
    <item>
      <title>(Apache) Apache .htaccess example - LuckyShot</title>
      <link>https://snipplr.com/view/21003/apache-htaccess-example</link>
      <description>&lt;p&gt;Disable directory indexing, custom error messages, PHP processing in other files, mod_rewrite, file GZIP and cache expiration times.&lt;/p&gt;</description>
      <pubDate>Sun, 11 Oct 2009 17:06:08 UTC</pubDate>
      <guid>https://snipplr.com/view/21003/apache-htaccess-example</guid>
    </item>
    <item>
      <title>(PHP) Fetch &amp; Save / Cache an image from a remote server using PHP - adamcoulombe</title>
      <link>https://snipplr.com/view/20712/fetch--save--cache-an-image-from-a-remote-server-using-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 06 Oct 2009 10:17:39 UTC</pubDate>
      <guid>https://snipplr.com/view/20712/fetch--save--cache-an-image-from-a-remote-server-using-php</guid>
    </item>
    <item>
      <title>(Python) cache decorator - manatlan</title>
      <link>https://snipplr.com/view/19451/cache-decorator</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Sep 2009 17:20:16 UTC</pubDate>
      <guid>https://snipplr.com/view/19451/cache-decorator</guid>
    </item>
    <item>
      <title>(PHP) Easy Kohana Cache For Variable Dependent Pages - iloveitaly</title>
      <link>https://snipplr.com/view/19079/easy-kohana-cache-for-variable-dependent-pages</link>
      <description>&lt;p&gt;Useful for controllers. Put this in your base class for easy caching on variable (GET, POST) dependent pages&lt;/p&gt;</description>
      <pubDate>Mon, 31 Aug 2009 21:51:42 UTC</pubDate>
      <guid>https://snipplr.com/view/19079/easy-kohana-cache-for-variable-dependent-pages</guid>
    </item>
    <item>
      <title>(PHP) Generate Unique Key Based on GET Vars - iloveitaly</title>
      <link>https://snipplr.com/view/19003/generate-unique-key-based-on-get-vars</link>
      <description>&lt;p&gt;Using the kohana framework for XSS protection&lt;/p&gt;</description>
      <pubDate>Sat, 29 Aug 2009 15:54:38 UTC</pubDate>
      <guid>https://snipplr.com/view/19003/generate-unique-key-based-on-get-vars</guid>
    </item>
    <item>
      <title>(Bash) Linux: Drop disk cache - deepsoul</title>
      <link>https://snipplr.com/view/17811/linux-drop-disk-cache</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 02 Aug 2009 16:49:40 UTC</pubDate>
      <guid>https://snipplr.com/view/17811/linux-drop-disk-cache</guid>
    </item>
    <item>
      <title>(Bash) Force Clear Browser Cache - iloveitaly</title>
      <link>https://snipplr.com/view/17445/force-clear-browser-cache</link>
      <description>&lt;p&gt;Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Jul 2009 23:26:17 UTC</pubDate>
      <guid>https://snipplr.com/view/17445/force-clear-browser-cache</guid>
    </item>
    <item>
      <title>(Bash) Archive &amp; Timestamp Webcam Images - cshaiku</title>
      <link>https://snipplr.com/view/16477/archive--timestamp-webcam-images</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2009 01:38:38 UTC</pubDate>
      <guid>https://snipplr.com/view/16477/archive--timestamp-webcam-images</guid>
    </item>
    <item>
      <title>(PHP) Prevent WordPress Stylesheet from Being Cached - andrewkhunn</title>
      <link>https://snipplr.com/view/15562/prevent-wordpress-stylesheet-from-being-cached</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 05 Jun 2009 13:16:17 UTC</pubDate>
      <guid>https://snipplr.com/view/15562/prevent-wordpress-stylesheet-from-being-cached</guid>
    </item>
    <item>
      <title>(Apache) super over simplified cache control and expire header htaccess - dennyhalim</title>
      <link>https://snipplr.com/view/15299/super-over-simplified-cache-control-and-expire-header-htaccess</link>
      <description>&lt;p&gt;long htaccess expired header for all files except for server side scripts&lt;/p&gt;</description>
      <pubDate>Mon, 25 May 2009 06:39:10 UTC</pubDate>
      <guid>https://snipplr.com/view/15299/super-over-simplified-cache-control-and-expire-header-htaccess</guid>
    </item>
    <item>
      <title>(PHP) PHP Remote File Cache - jimmysessions</title>
      <link>https://snipplr.com/view/14795/php-remote-file-cache</link>
      <description>&lt;p&gt;use this to cache a remote file with xml, json etc&lt;/p&gt;</description>
      <pubDate>Thu, 07 May 2009 05:06:28 UTC</pubDate>
      <guid>https://snipplr.com/view/14795/php-remote-file-cache</guid>
    </item>
  </channel>
</rss>
