wiki.techinc.nl/includes/objectcache
Sergio Santoro 4c79d2e7e4 SqlBagOStuff: fix percentage in deleteObjectsExpiringBefore()
Partial deletion percentage progess was computed using
$remainingSeconds. This is incorrect since $remainingSeconds
is going to *decrease* ( instead of increase ) while the
process continues.
The correct implementation uses 'processed seconds' instead.

Change-Id: Ic745f6e8375a85da543de36703fad6d31f62ea90
2014-10-16 20:43:38 +02:00
..
APCBagOStuff.php docs: closure -> Closure; callback -> callable 2014-04-19 08:43:31 +02:00
BagOStuff.php Removed deprecated BagOStuff::replace() method 2014-09-12 02:03:32 -07:00
EmptyBagOStuff.php docs: closure -> Closure; callback -> callable 2014-04-19 08:43:31 +02:00
HashBagOStuff.php HashBagOStuff: use the value itself as the CAS token 2014-10-07 16:29:57 +11:00
MemcachedBagOStuff.php Fix expires typo in comment 2014-10-08 16:55:52 +01:00
MemcachedClient.php Use public instead of var in classes 2014-08-17 21:07:37 +01:00
MemcachedPeclBagOStuff.php Make sure getMulti() returns an array per the class interface 2014-09-03 20:17:28 +00:00
MemcachedPhpBagOStuff.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
MultiWriteBagOStuff.php Removed MultiWriteBagOStuff::replace 2014-09-12 11:13:06 -07:00
ObjectCache.php Made getMaxLag() use caching to reduce connection spam 2014-07-10 10:46:42 -07:00
ObjectCacheSessionHandler.php Fixed some @params documentation (includes/[cache|objectcache]) 2014-04-19 01:19:46 +02:00
RedisBagOStuff.php Add missing @param to function docs 2014-08-14 20:22:52 +02:00
SqlBagOStuff.php SqlBagOStuff: fix percentage in deleteObjectsExpiringBefore() 2014-10-16 20:43:38 +02:00
WinCacheBagOStuff.php Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
XCacheBagOStuff.php Follow-Ups to "Fixed some @params documentation" 2014-04-23 13:39:49 +02:00