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