wiki.techinc.nl/includes/objectcache
umherirrender d8821f2b0b Fixed spacing
- Removed space after casts
- Removed spaces in array index
- Added spaces around string concat
- Added space after words: switch, foreach
- else if -> elseif
- Removed parentheses around require_once, because it is not a function
- Added newline at end of file
- Removed double spaces
- Added spaces around operations
- Removed repeated newlines

Bug: T102609
Change-Id: Ib860222b24f8ad8e9062cd4dc42ec88dc63fb49e
2015-06-17 20:22:32 +00:00
..
MemcachedBagOStuff.php Added WANObjectCache class 2015-04-23 21:36:42 +00:00
MemcachedClient.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +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: Minor code clean up in ObjectCache.php 2015-06-10 04:53:41 +01:00
ObjectCacheSessionHandler.php Minor doc fixes 2015-03-09 23:08:37 -07:00
RedisBagOStuff.php Added RedisBagOStuff FIXME comments 2015-05-15 23:00:16 +00:00
SqlBagOStuff.php Fixed spacing 2015-06-17 20:22:32 +00:00