QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQCache

QCache Class Reference

Inherits QBaseClass.

Collaboration diagram for QCache:

List of all members.

Public Member Functions

Static Public Attributes

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]

References $CachePath.

Referenced by SaveData().

QCache::GetCheckFilesHash (  )  [protected]

Referenced by GetData(), and SaveData().

QCache::GetData (  ) 

QCache::GetFilePath (  ) 

References $CachePath.

Referenced by GetData(), and SaveData().

QCache::SaveData ( strData  ) 


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:
Offline
Joined: 03/31/2008
Advanced usage

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