wiki.techinc.nl/includes/cache
TChin d4cb97952f Add logger to BacklinkCache serializing
While refactoring BacklinkCache, it was noticed that there is a __sleep method even though it doesn't seem to be used anywhere.

Git blame indicated that the last time BacklinkCache could've been potentially serialized was back in 2012 when Title used to save an instance of it. This is no longer the case.

However, there is a slight possibility that it's used in a hidden corner of some extension out there, so the plan is to add a logger, wait a week to see if __sleep is ever hit, and if not, we can just remove it so we don't have to worry about it when refactoring and writing tests.

Bug: T288278
Change-Id: Idb0f9985cb321cd53fea60d1fc94613c914e0de2
2021-08-20 12:58:26 -04:00
..
dependency Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
Hook Remove documentation that literally repeats the code 2020-10-27 19:20:26 +00:00
localisation localisation: Remove conditional for plurals-mediawiki.xml file 2021-08-05 01:44:41 +00:00
BacklinkCache.php Add logger to BacklinkCache serializing 2021-08-20 12:58:26 -04:00
CacheKeyHelper.php HTMLFileCache: replace Title in method signatures 2021-04-14 18:49:45 +02:00
FileCacheBase.php Improve class property documentation 2020-10-30 10:38:58 +01:00
GenderCache.php GenderCache: remove checking for valid usernames 2021-05-12 06:37:38 +00:00
HtmlCacheUpdater.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
HTMLFileCache.php HTMLFileCache: replace Title in method signatures 2021-04-14 18:49:45 +02:00
LinkBatch.php LinkBatch: skip bad input 2021-05-07 16:22:24 +02:00
LinkBatchFactory.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
LinkCache.php Suppress LinkCache warning about "non-proper" pages 2021-07-27 20:51:42 +10:00
MessageCache.php MessageCache: stop reading from $wgUser 2021-07-14 04:55:07 +00:00
ResourceFileCache.php Fix even more PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 00:51:46 +01:00
UserCache.php Convert UserCache to a service 2020-10-20 20:13:38 +00:00