Static Public Member Functions | |
| static | getCache ($group) |
| static | cleanCache ($group=false) |
Definition at line 128 of file aliroCache.php.
| static mosCache::getCache | ( | $ | group | ) | [static] |
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 }
1.5.5