News Feed
Jobs Feed
Sections




News Archive
Tilllate Blog:
Caching of Dynamic Data Sets
December 05, 2007 @ 10:29:00

On the Tilllate Blog, there's a new post discussing the use of caching in applications, specifically for dynamic data.

Consider you have a set of data that is changing dynamically for each page request and you need to cache that data the fastest way possible. You can't cache dynamic and unpredictable data as a whole, can you? Hence, we would put each data entry into cache separately to be able to fetch it separately and dynamically. But this means bombing your cache infrastructure with with requests.

They break it up into a few different topics - caching text elements on the page, two-tiered caching (grouping cached items), incremental caching and cache versioning. They don't share an example of their code unfortunately, but they do mention something about a possible contribution to the Zend_Cache component of the Zend Framework.

0 comments voice your opinion now!
caching dynamic data text element incremental versioning cache caching dynamic data text element incremental versioning cache


blog comments powered by Disqus

Similar Posts

Joshua Eichorn's Blog: New Webthumb feature, Easythumb

Inside Open Source: Viewing Large Record Sets in PHPMyAdmin

Zend Developer Zone: ZendCon Sessions Episode 040: Memcached: the better Memcache interface

PHPBuilder.com: Caching Web Page Output for Server Optimization

JSLabs Blog: How to install Alternative PHP Cache


Community Events











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


development community opinion series usergroup podcast release zendframework2 unittest functional language testing symfony2 phpunit introduction conference interview database rest framework

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