wiki.techinc.nl/includes/objectcache
Aaron Schulz 61df5e785f Made SqlBagOStuff avoid tripping TransactionProfiler
* Set a custom profiler with no expectations to avoid tripping
  the "0 write" expection. This avoids useless log entries.

Change-Id: Iac849a729eb36b1a8affb0dbc8b8c195fab4b03a
2015-02-27 17:45:48 +00:00
..
MemcachedBagOStuff.php Made BagOStuff::cas properly optional 2015-02-23 05:15:24 +00:00
MemcachedClient.php objectcache: Use Psr\Log\LoggerInterface instead of wfDebug 2015-01-30 22:03:23 +00:00
MemcachedPeclBagOStuff.php Made BagOStuff::cas protected, which is just one merge() implementation 2015-02-10 10:38:41 -08:00
MemcachedPhpBagOStuff.php objectcache: Use Psr\Log\LoggerInterface instead of wfDebug 2015-01-30 22:03:23 +00:00
MultiWriteBagOStuff.php Start moving objectcache into libs/ 2015-02-25 00:22:50 -08:00
ObjectCache.php objectcache: Use Psr\Log\LoggerInterface instead of wfDebug 2015-01-30 22:03:23 +00:00
ObjectCacheSessionHandler.php Avoiding writing sessions for no reason 2015-02-10 18:14:02 +00:00
RedisBagOStuff.php Made BagOStuff::cas properly optional 2015-02-23 05:15:24 +00:00
ReplicatedBagOStuff.php Removed cas() from ReplicatedBagOStuff as it is unused 2015-02-22 21:38:30 -08:00
SqlBagOStuff.php Made SqlBagOStuff avoid tripping TransactionProfiler 2015-02-27 17:45:48 +00:00