wiki.techinc.nl/includes/objectcache
Aaron Schulz fd8e85fc2d Support async writes to secondary MultiWriteBagOStuff stores
* This is useful for ParserCache, as it tries to focus on memcached
  and use other caches (e.g. mariadb) for the long-tail of less used
  content, as setup on WMF. The class uses BagOStuff in a way that is
  compatible with this approach.

Bug: T109751
Change-Id: Ia64eb44a9b52a988fde27b468d604d9163bed4b4
2015-09-18 21:35:43 -07:00
..
MemcachedBagOStuff.php Added BagOStuff READ_LATEST flag for replicated stores 2015-08-04 16:03:37 -07:00
MemcachedClient.php objectcache: Ensure an integer put into memcached comes out an integer 2015-07-01 03:51:55 +00:00
MemcachedPeclBagOStuff.php Decode Memcached keys before returning getMulti result 2015-09-07 05:43:49 +00:00
MemcachedPhpBagOStuff.php Decode Memcached keys before returning getMulti result 2015-09-07 05:43:49 +00:00
MultiWriteBagOStuff.php Support async writes to secondary MultiWriteBagOStuff stores 2015-09-18 21:35:43 -07:00
ObjectCache.php Improved getMainStashInstance() docs 2015-08-28 16:24:13 -07:00
ObjectCacheSessionHandler.php Fixed BufferingStatsdDataFactory::timing() callers to use ms 2015-08-19 01:01:49 +00:00
RedisBagOStuff.php Added BagOStuff READ_LATEST flag for replicated stores 2015-08-04 16:03:37 -07:00
SqlBagOStuff.php Added BagOStuff READ_LATEST flag for replicated stores 2015-08-04 16:03:37 -07:00