Content cacheing with PHP and CodeIgniter

Posted by Josh K on Stack Overflow See other posts from Stack Overflow or by Josh K
Published on 2010-04-14T04:35:26Z Indexed on 2010/04/14 15:33 UTC
Read the original article Hit count: 147

Filed under:
|
|
|
|

I have a couple of things I'm working on, namely a page that issues five or six cURL requests and processing content on them.

I'm working with CodeIgniter on a LAMP stack but am open to other options. Naturally I would prefer to not rewrite the application.

I would like to know if there are any ready-made / easily learned caching methods. Primarily I'd like to check if the page has changed since I last scrapped it. If it has, redownload and present. If it hasn't, serve up a cached copy.

© Stack Overflow or respective owner

Related posts about php

Related posts about codeigniter