classQCache
QCache Class Reference
Inherits QBaseClass.
Collaboration diagram for QCache:

Public Member Functions
- __construct ($strNamespace, $strKey, $strExtension= 'txt', $mixCheckFiles=null)
- GetData ()
- SaveData ($strData)
- GetFilePath ()
Static Public Attributes
- static $CachePath
Protected Member Functions
Protected Attributes
Constructor & Destructor Documentation
| QCache::__construct | ( | $ | strNamespace, | |
| $ | strKey, | |||
| $ | strExtension = 'txt', |
|||
| $ | mixCheckFiles = null | |||
| ) |
References $strExtension, $strKey, and $strNamespace.
Member Function Documentation
| QCache::GetCacheDirectory | ( | ) | [protected] |
| QCache::GetCheckFilesHash | ( | ) | [protected] |
Referenced by GetData(), and SaveData().
| QCache::GetData | ( | ) |
References GetCheckFilesHash(), and GetFilePath().
| QCache::GetFilePath | ( | ) |
| QCache::SaveData | ( | $ | strData | ) |
References GetCacheDirectory(), GetCheckFilesHash(), and GetFilePath().
Member Data Documentation
QCache::$CachePath [static] |
Referenced by GetCacheDirectory(), and GetFilePath().
QCache::$strCheckFilesArray [protected] |
QCache::$strExtension [protected] |
Referenced by __construct().
QCache::$strKey [protected] |
Referenced by __construct().
QCache::$strNamespace [protected] |
Referenced by __construct().
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QCache.class.php

Here's an advanced usage example:
http://trac.qcu.be/projects/qcubed/wiki/QCacheAdvanced