News Feed
Jobs Feed
Sections




News Archive
Michael Nitschinger's Blog:
Caching responses in Lithium
May 30, 2011 @ 10:28:05

Michael Nitschinger has put together a guide to caching responses in the Lithium framework - a simple update that means your application dosen't even need to reach the controllers to do its job.

I've hacked together a small example on how to easily cache full responses in Lithium. If you need to cache full Response objects in Lithium (which means that your controllers don't even get called when there's a cache hit), you can place this in your app/config/bootstrap/cache.php file (note that this is certainly not "production ready", but it should give you a starting point).

The code adds a new filter to run on execute that takes the current object (the Response object hit the first time) and use the Cache functionality to push it into storage. Their cache key is based on the URL, so each requests is cached individually. You can find out more about filters and the framework at Lithify.me.

0 comments voice your opinion now!
lithium framework cache response


blog comments powered by Disqus

Similar Posts

Jani Hartikainen's Blog: Creating a simple abstract model to reduce boilerplate code

IBM developerWorks: Understanding the Zend Framework, Part 1: The basics

Mike Potter's Blog: PHP and Flex - JSON, XML or AMFPHP?

Zend Developer Zone: Round\'em up, Head\'em out...Let\'s do a Framework Roundup!

PHPMaster.com: Rapid Application Development with CakePHP


Community Events









Don't see your event here?
Let us know!


podcast development database zendframework2 phpunit object opinion code community framework interview language api introduction example release unittest composer tool testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework