wiki.techinc.nl/includes/libs/objectcache
Kunal Mehta 4a8ae0a0b4 Use callable type-hint in a few places
Mostly places which immediately had a:
 if ( !is_callable( $callback ) ) {
  throw new Exception(...);
 }
check at the beginning of the function.

Change-Id: Ia78663b2231629010816bd1cda8814b996968d1d
2016-06-07 16:39:22 -07:00
..
APCBagOStuff.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BagOStuff.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
CachedBagOStuff.php Use imported namespaces, don't fully qualify 2016-03-18 14:02:26 +00:00
EmptyBagOStuff.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
HashBagOStuff.php CachedBagOStuff: cache backend misses 2016-02-22 18:45:20 -07:00
IExpiringStore.php Add TTL_PROC_* constants for clarity 2016-05-06 23:45:41 +00:00
MemcachedBagOStuff.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
MemcachedClient.php MemcachedClient: Always return an array from get_multi(), don't return false 2016-05-06 18:37:59 +00:00
MemcachedPhpBagOStuff.php objectcache: Reduce MediaWiki-specificness from Memcached classes 2015-11-10 03:32:58 +00:00
MultiWriteBagOStuff.php BagOStuff: Optionally log duplicate key lookups 2016-04-22 04:21:20 +00:00
ReplicatedBagOStuff.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
WANObjectCache.php Fix key prefix comment after 0a38dbc809 2016-05-31 22:27:46 -07:00
WinCacheBagOStuff.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
XCacheBagOStuff.php Add WRITE_SYNC flag to BagOStuff::set()/merge() 2015-10-22 01:44:09 +00:00