News Feed
Jobs Feed
Sections




News Archive
feed this:

Tillate Blog:
Clientside Cache Control
November 14, 2008 @ 13:00:14

On the Tillate Blog today there's a new post from Leo looking at how you can give clients back the control on when your cache refreshes.

We worked hard on the right caching strategy over months now. But there are still caches that do not get invalidated right or are cached too long and we still get complaints from our users. So we decided to integrate a feature that allows certain users to invalidate the cache on the server side. The first idea was to add a link to every page that will append a GET-parameter to the site and then avoid the cache.

He used the apache_request_header function to get the current request's headers and noticed that they included a cache-control header. By changing up this on the client-side, it allows the site visitor to "force" an update to the information if your application pays attention to it.

0 comments voice your opinion now!
clientside control cache request header cachecontrol



Community Events











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


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

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