.

PrivateRigidCacheHeaderManager Class Reference

Allow client to cache, but force it to look up ressource on each request. More...

Inheritance diagram for PrivateRigidCacheHeaderManager:
BaseCacheHeaderManager ICacheHeaderManager

List of all members.

Protected Member Functions

  get_cache_control ($expirationdate, $max_age)
  Returns cache control header's content.

Detailed Description

Allow client to cache, but force it to look up ressource on each request.

Definition at line 5 of file privaterigid.cacheheader.php.


Member Function Documentation

PrivateRigidCacheHeaderManager::get_cache_control ( expirationdate,
max_age  
) [protected]

Returns cache control header's content.

Parameters:
timestamp  $expirationdate

Reimplemented from BaseCacheHeaderManager.

Definition at line 11 of file privaterigid.cacheheader.php.

00011                                                                         {
00012                 return "private, must-revalidate, max-age=0";
00013         }

The documentation for this class was generated from the following file: