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

Matthew Weir O'Phinney' Blog: Zend_XmlRpc_Server

Zend Developer Zone: Zend Framework Site Gets Bug Tracker, Source Browser.

PHPKitchen: Seagull 0.6.0 Released

Alexander Netkachev's Blog: Create Ajax Login page with Dojo toolkit and Zend Framework

Matthew Weir O'Phinney's Blog: MVC changes in Zend Framework


Community Events











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


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

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