Page MenuHomePhabricator

Check use of global or non-global cache keys with SimpleCacheWithBagOStuff
Open, Needs TriagePublic

Description

Since Ia47705f4eb (T245396), SimpleCacheWithBagOStuff always uses makeKey() to create a cache key. Sometimes (probably most of the time, and possibly all of the time at least for the current uses of the class), we would prefer makeGlobalKey() instead, to share the cache between wikis.

See also T255116 for the investigation that led to the creation of this task.