NoCacheCacheManager Class Reference
[Controller]
Cache manager to disable caching. More...
Inheritance diagram for
NoCacheCacheManager:
Public Member Functions |
|
| __construct ($duration=7200, $header_manager=false) | |
| Constructor. |
|
Detailed Description
Cache manager to disable caching.
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:
- gyro/core/controller/base/cachemanager/nocachecachemanager.cls.php
