MediaWiki
REL1_19
|
Classes | |
class | APCBagOStuff |
This is a wrapper for APC's shared memory functions. More... | |
class | BagOStuff |
interface is intended to be more or less compatible with the PHP memcached client. More... | |
class | CacheDependency |
class | ConstantDependency |
class | DBABagOStuff |
Cache that uses DBA as a backend. More... | |
class | DependencyWrapper |
This class stores an arbitrary value along with its dependencies. More... | |
class | EmptyBagOStuff |
A BagOStuff object with no objects in it. More... | |
class | FileDependency |
class | GlobalDependency |
class | HashBagOStuff |
This is a test of the interface, mainly. More... | |
class | HTMLCacheUpdate |
Class to invalidate the HTML cache of all the pages linking to a given title. More... | |
class | LinkBatch |
Class representing a list of titles The execute() method checks them all for existence and adds them to a LinkCache object. More... | |
class | LinkCache |
Cache for article titles (prefixed DB keys) and ids linked from one source. More... | |
class | MessageCache |
Message cache Performs various MediaWiki namespace-related functions. More... | |
class | MWMemcached |
This is the PHP client for memcached - a distributed memory cache daemon. More... | |
class | ParserCache |
class | SqlBagOStuff |
Class to store objects in the database. More... | |
class | SquidUpdate |
Handles purging appropriate Squid URLs given a title (or titles) More... | |
class | TitleDependency |
class | TitleListDependency |
class | WinCacheBagOStuff |
Wrapper for WinCache object caching functions; identical interface to the APC wrapper. More... | |
class | XCacheBagOStuff |
Wrapper for XCache object caching functions; identical interface to the APC wrapper. More... | |
Files | |
file | BagOStuff.php |
Classes to cache objects in PHP accelerators, SQL database or DBA files. | |
file | FileCacheBase.php |
Contain the FileCacheBase class. | |
file | HTMLFileCache.php |
Contain the HTMLFileCache class. | |
file | MemcachedSessions.php |
This file gets included if $wgSessionsInMemcache is set in the config. | |
file | MessageCache.php |
file | ObjectCache.php |
Functions to get cache objects. | |
file | ObjectFileCache.php |
Contain the ObjectFileCache class. | |
file | ResourceFileCache.php |
Contain the ResourceFileCache class. | |
file | SquidUpdate.php |
See deferred.txt. |