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

Directories

 serialized
 
 utils
 
 wancache
 

Files

 APCUBagOStuff.php
 Object caching using PHP's APCU accelerator.
 
 BagOStuff.php
 Copyright © 2003-2004 Brooke Vibber bvibb.nosp@m.er@w.nosp@m.ikime.nosp@m.dia..nosp@m.org 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.
 
 IStoreKeyEncoder.php
 
 MediumSpecificBagOStuff.php
 Storage medium specific cache for storing items.
 
 MemcachedBagOStuff.php
 Base class for memcached clients.
 
 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
 
 WinCacheBagOStuff.php
 Object caching using WinCache.