wiki.techinc.nl/includes/cache
Kunal Mehta 32d1017e7d Don't let LinkCache grow indefinitely
Especially in long running maintenance scripts, this can be problematic.

LinkCache is now LRU-based, and will store a maximum of 10,000 good titles,
and 10,000 bad ones.

LinkCache::getGoodLinks() and getBadLinks() are deprecated since they
problematic to support in this implementation and are unused.

Bug: T106998
Change-Id: I1328149d65a5e75a5d6e10cb2686a099562a1847
2015-07-27 10:26:46 -07:00
..
BacklinkCache.php Merge "Drop outdated "documentation reviewed" tags" 2015-03-18 16:56:58 +00:00
CacheDependency.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
CacheHelper.php Docs: {function} -> callable 2014-07-21 21:38:56 +02:00
FileCacheBase.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
GenderCache.php
HTMLFileCache.php $wgUseGzip had no effect 2015-06-20 19:07:07 +02:00
LCStoreStaticArray.php Fix variable name (follows Ib2c5856d) 2015-07-13 07:27:39 +00:00
LinkBatch.php Hygiene: Use strtr() instead of str_replace() for character swapping 2015-07-06 20:25:19 +00:00
LinkCache.php Don't let LinkCache grow indefinitely 2015-07-27 10:26:46 -07:00
LocalisationCache.php Remove unneeded empty lines at begin of if/else/foreach body 2015-06-19 20:05:45 +02:00
MessageBlobStore.php cache: Add in-process caching to MessageBlobStore 2015-06-02 23:10:16 +01:00
MessageCache.php Fix fatal when non-ascii message key is normalized 2015-07-19 10:01:55 +00:00
ObjectFileCache.php
ResourceFileCache.php resourceloader: Replace timestamp system with version hashing 2015-05-19 22:28:17 +00:00
UserCache.php Use correct variable in UserCache::doQuery 2015-07-11 10:22:32 +00:00