MediaWiki REL1_31
objectcache Directory Reference
Directory dependency graph for objectcache:
includes/libs/objectcache

Files

 APCBagOStuff.php
 Object caching using PHP's APC accelerator.
 
 APCUBagOStuff.php
 Object caching using PHP's APCU accelerator.
 
 BagOStuff.php
 Copyright © 2003-2004 Brion Vibber brion.nosp@m.@pob.nosp@m.ox.co.nosp@m.m https://www.mediawiki.org/.
 
 CachedBagOStuff.php
 Wrapper around a BagOStuff that caches data in memory.
 
 EmptyBagOStuff.php
 Dummy object caching.
 
 HashBagOStuff.php
 Per-process memory cache for storing items.
 
 IExpiringStore.php
 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.
 
 MemcachedBagOStuff.php
 Base class for memcached clients.
 
 MemcachedClient.php
 Memcached client for PHP.
 
 MemcachedPeclBagOStuff.php
 Object caching using memcached.
 
 MemcachedPhpBagOStuff.php
 Object caching using memcached.
 
 MultiWriteBagOStuff.php
 Wrapper for object caching in different caches.
 
 RedisBagOStuff.php
 Object caching using Redis (http://redis.io/).
 
 ReplicatedBagOStuff.php
 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.
 
 RESTBagOStuff.php
 
 WANObjectCache.php
 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.
 
 WANObjectCacheReaper.php
 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.
 
 WinCacheBagOStuff.php
 Object caching using WinCache.