mosCache Class Reference

List of all members.

Static Public Member Functions

static getCache ($group)
static cleanCache ($group=false)


Detailed Description

Class to support function caching with backwards compatibility for Mambo and Joomla

Definition at line 125 of file aliroCache.php.


Member Function Documentation

static mosCache::getCache ( group  )  [static]

Returns:
object A function cache object

Definition at line 129 of file aliroCache.php.

Referenced by cleanCache().

00129                                       {
00130         return new aliroCache ($group);
00131     }

static mosCache::cleanCache ( group = false  )  [static]

Cleans the cache

Definition at line 135 of file aliroCache.php.

References aliroCore::get(), and getCache().

00135                                                      {
00136         if (aliroCore::get('mosConfig_caching')) {
00137             $cache = mosCache::getCache( $group );
00138             $cache->clean ($group);
00139         }
00140     }


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

Generated on Wed May 14 13:02:01 2008 for ALIRO by  doxygen 1.5.5