Classes | |
class | BagOStuff |
interface is intended to be more or less compatible with the PHP memcached client. More... | |
class | HashBagOStuff |
Functional versions! This is a test of the interface, mainly. More... | |
class | SqlBagOStuff |
Generic class to store objects in a database. More... | |
class | MediaWikiBagOStuff |
Stores objects in the main database of the wiki. More... | |
class | TurckBagOStuff |
This is a wrapper for Turck MMCache's shared memory functions. More... | |
class | APCBagOStuff |
This is a wrapper for APC's shared memory functions. More... | |
class | eAccelBagOStuff |
This is a wrapper for eAccelerator's shared memory functions. More... | |
class | XCacheBagOStuff |
Wrapper for XCache object caching functions; identical interface to the APC wrapper. More... | |
class | DBABagOStuff |
class | DependencyWrapper |
This class stores an arbitrary value along with its dependencies. More... | |
class | CacheDependency |
class | FileDependency |
class | TitleDependency |
class | TitleListDependency |
class | GlobalDependency |
class | ConstantDependency |
class | HTMLCacheUpdate |
Class to invalidate the HTML cache of all the pages linking to a given title. More... | |
class | HTMLFileCache |
Handles talking to the file cache, putting stuff in and taking it back out. 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 | memcached |
This is the PHP client for memcached - a distributed memory cache daemon. More... | |
class | MessageCache |
Message cache Performs various MediaWiki namespace-related functions. More... | |
class | FakeMemCachedClient |
FakeMemCachedClient imitates the API of memcached-client v. More... | |
class | ParserCache |
class | SquidUpdate |
Handles purging appropriate Squid URLs given a title (or titles). More... | |
Files | |
file | BagOStuff.php |
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 |
file | SquidUpdate.php |
See deferred.txt. |