MediaWiki  REL1_22
objectcache Directory Reference
Directory dependency graph for includes/objectcache/:
includes/objectcache/

Files

file  APCBagOStuff.php [code]
 

Object caching using PHP's APC accelerator.


file  BagOStuff.php [code]
 

Classes to cache objects in PHP accelerators, SQL database or DBA files.


file  DBABagOStuff.php [code]
 

Object caching using DBA backend.


file  EhcacheBagOStuff.php [code]
 

Object caching using the Ehcache RESTful web service.


file  EmptyBagOStuff.php [code]
 

Dummy object caching.


file  HashBagOStuff.php [code]
 

Object caching using PHP arrays.


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  ObjectCache.php [code]
 

Functions to get cache objects.


file  ObjectCacheSessionHandler.php [code]
 

Session storage in object cache.


file  RedisBagOStuff.php [code]
 

Object caching using Redis (http://redis.io/).


file  SqlBagOStuff.php [code]
 

Object caching using a SQL database.


file  WinCacheBagOStuff.php [code]
 

Object caching using WinCache.


file  XCacheBagOStuff.php [code]
 

Object caching using XCache.