From bfb94f6f58ebd46be7276e6e50dc9d89e026f0c6 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 2 Mar 2016 02:49:53 +0000 Subject: [PATCH] objectcache: Fix MultiWriteBagOStuff docs ('asyncHandler', not 'asyncCallback') Follows-up 1171cc00cd. Change-Id: I97189e916d0aba507273216e3e9ab28ce0d5ffec --- includes/libs/objectcache/MultiWriteBagOStuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/objectcache/MultiWriteBagOStuff.php b/includes/libs/objectcache/MultiWriteBagOStuff.php index ec588cee00..3e88cb19ed 100644 --- a/includes/libs/objectcache/MultiWriteBagOStuff.php +++ b/includes/libs/objectcache/MultiWriteBagOStuff.php @@ -52,7 +52,7 @@ class MultiWriteBagOStuff extends BagOStuff { * only use the primary store. * - replication: Either 'sync' or 'async'. This controls whether writes * to secondary stores are deferred when possible. Async writes - * require setting 'asyncCallback'. HHVM register_postsend_function() function. + * require setting 'asyncHandler'. HHVM register_postsend_function() function. * Async writes can increase the chance of some race conditions * or cause keys to expire seconds later than expected. It is * safe to use for modules when cached values: are immutable, -- 2.20.1