News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



Tilllate Blog:
Caching of Dynamic Data Sets
0 comments :: posted Wednesday December 05, 2007 @ 10:29:00
voice your opinion now!

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.

tagged with: caching dynamic data text element incremental versioning cache caching dynamic data text element incremental versioning cache



pecl cakephp security ajax application PEAR code framework package release book developer conference job zendframework releases mysql database PHP5 zend

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