wiki.techinc.nl/includes/cache
Timo Tijhof 445136b5bf resourceloader: Remove CacheEpoch from MessageBlobStore::getFromDB
CacheEpoch isn't meant for this (it's meant for page cache), I can't
imagine a scenario in which we'd want to bump that to invalidate
MessageBlobStore. It should be standalone and can be easily cleared
if needed by truncating the relevant table (it's automatically
repopulated).

This also removes wfTimestamp/DateTime overhead.

Change-Id: Iab06edbf71f20f3430207a80df90131c79dc03a7
2015-10-21 02:40:06 +00:00
..
BacklinkCache.php Convert some users to WANObjectCache for consistency 2015-10-19 16:46:52 +00:00
CacheDependency.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
CacheHelper.php
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 Update various @params from DatabaseBase to IDatabase 2015-10-05 05:24:29 +00:00
LinkCache.php Remove unused private property LinkCache::$mClassVer 2015-09-25 07:54:02 -04:00
LocalisationCache.php LocalisationCache::recache(): Use array_fill_keys() 2015-10-08 16:29:16 -04:00
MessageBlobStore.php resourceloader: Remove CacheEpoch from MessageBlobStore::getFromDB 2015-10-21 02:40:06 +00:00
MessageCache.php objectcache: Rename WANObjectCache TTL_NONE to TTL_INDEFINITE 2015-10-14 17:08:59 -04: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