MediaWiki  1.29.2
objectcache Directory Reference

Files

file  APCBagOStuff.php [code]
 Object caching using PHP's APC accelerator.
 
file  APCUBagOStuff.php [code]
 Object caching using PHP's APCU accelerator.
 
file  BagOStuff.php [code]
 Copyright © 2003-2004 Brion Vibber brion.nosp@m.@pob.nosp@m.ox.co.nosp@m.m https://www.mediawiki.org/.
 
file  CachedBagOStuff.php [code]
 Wrapper around a BagOStuff that caches data in memory.
 
file  EmptyBagOStuff.php [code]
 Dummy object caching.
 
file  HashBagOStuff.php [code]
 Per-process memory cache for storing items.
 
file  IExpiringStore.php [code]
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  MemcachedBagOStuff.php [code]
 Base class for memcached clients.
 
file  MemcachedClient.php [code]
 Memcached client for PHP.
 
file  MemcachedPeclBagOStuff.php [code]
 Object caching using memcached.
 
file  MemcachedPhpBagOStuff.php [code]
 Object caching using memcached.
 
file  MultiWriteBagOStuff.php [code]
 Wrapper for object caching in different caches.
 
file  RedisBagOStuff.php [code]
 Object caching using Redis (http://redis.io/).
 
file  ReplicatedBagOStuff.php [code]
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  RESTBagOStuff.php [code]
 
file  WANObjectCache.php [code]
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  WANObjectCacheReaper.php [code]
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
file  WinCacheBagOStuff.php [code]
 Object caching using WinCache.
 
file  XCacheBagOStuff.php [code]
 Object caching using XCache.