PrivateRigidEtagOnlyCacheHeaderManager Class Reference
This cache header manager allows the client to store a page but forces it to revalidate, which though is checked only against the etag. More...
Inheritance diagram for
PrivateRigidEtagOnlyCacheHeaderManager:
 
Public Member Functions | 
|
| send_headers (&$content, $expirationdate, $lastmodifieddate) | |
| Send cache headers.  | 
|
Detailed Description
This cache header manager allows the client to store a page but forces it to revalidate, which though is checked only against the etag.
Definition at line 7 of file privaterigidetagonly.cacheheader.php.
Member Function Documentation
| PrivateRigidEtagOnlyCacheHeaderManager::send_headers | ( | &$ | content, | |
| $ | expirationdate, | |||
| $ | lastmodifieddate | |||
| ) | 
Send cache headers.
- Parameters:
 - 
string $content timestamp $expirationdate timestamp $lastmodifieddate  
Reimplemented from BaseCacheHeaderManager.
Definition at line 15 of file privaterigidetagonly.cacheheader.php.
00015 { 00016 parent::send_headers($content, $expirationdate, false); 00017 }
The documentation for this class was generated from the following file:
- contributions/usermanagement/controller/base/cachemanager/headermanager/privaterigidetagonly.cacheheader.php
 
