Go to the source code of this file.
Classes | |
| class | FakeMemCachedClient |
| FakeMemCachedClient imitates the API of memcached-client v. More... | |
Functions | |
| & | wfGetCache ($inputType) |
| Get a cache object. | |
| & | wfGetMainCache () |
| Get the main cache object. | |
| & | wfGetMessageCacheStorage () |
| Get the cache object used by the message cache. | |
| & | wfGetParserCacheStorage () |
| Get the cache object used by the parser cache. | |
Variables | |
| global | $wgCaches = array() |
Definition in file ObjectCache.php.
| & wfGetCache | ( | $ | inputType | ) |
Get a cache object.
| $inputType | Integer: cache type, one the the CACHE_* constants. |
Definition at line 39 of file ObjectCache.php.
References $wgCaches, $wgMemCachedDebug, $wgMemCachedPersistent, and $wgMemCachedServers.
Referenced by ForkController::initChild(), wfGetMainCache(), wfGetMessageCacheStorage(), and wfGetParserCacheStorage().
| & wfGetMainCache | ( | ) |
Get the main cache object.
Definition at line 101 of file ObjectCache.php.
References $wgMainCacheType, and wfGetCache().
Referenced by LoadMonitor_MySQL::getLagTimes(), and MediaWikiParserTestSuite::suite().
| & wfGetMessageCacheStorage | ( | ) |
Get the cache object used by the message cache.
Definition at line 108 of file ObjectCache.php.
References $wgMessageCacheType, and wfGetCache().
Referenced by MediaWikiParserTestSuite::suite().
| & wfGetParserCacheStorage | ( | ) |
Get the cache object used by the parser cache.
Definition at line 115 of file ObjectCache.php.
References $wgParserCacheType, and wfGetCache().
Referenced by MediaWikiParserTestSuite::suite().
| $wgCaches = array() |
Definition at line 32 of file ObjectCache.php.
Referenced by ForkController::forkWorkers(), ForkController::prepareEnvironment(), and wfGetCache().
1.5.9