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 128 of file aliroCache.php.


Member Function Documentation

static mosCache::getCache ( group  )  [static]

Returns:
object A function cache object

Definition at line 132 of file aliroCache.php.

Referenced by cleanCache(), and aliroSEF::metaData().

00132                                       {
00133         return new aliroCache ($group);
00134     }

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

Cleans the cache

Definition at line 138 of file aliroCache.php.

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

00138                                                      {
00139         if (aliroCore::get('mosConfig_caching')) {
00140             $cache = mosCache::getCache( $group );
00141             $cache->clean ($group);
00142         }
00143     }


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

Generated on Thu Apr 17 13:03:32 2008 for ALIRO by  doxygen 1.5.5