.

NoCacheCacheManager Class Reference
[Controller]

Cache manager to disable caching. More...

Inheritance diagram for NoCacheCacheManager:
ConstantCacheManager ICacheManager

List of all members.

Public Member Functions

  __construct ($duration=7200, $header_manager=false)
  Constructor.

Detailed Description

Cache manager to disable caching.

Author:
Gerd Riesselmann

Definition at line 10 of file nocachecachemanager.cls.php.


Constructor & Destructor Documentation

NoCacheCacheManager::__construct ( duration = 7200,
header_manager = false  
)

Constructor.

Parameters:
int  $duration Cache duration , defaults to 2 hours
ICacheHeaderManager  $header_manager Defaults to NoCacheCacheHeaderManager

Definition at line 17 of file nocachecachemanager.cls.php.

00017                                                                                {
00018                 parent::__construct('', $duration, $header_manager);
00019         }

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