Page MenuHomePhabricator

Add configuration option to use custom cache object
Closed, ResolvedPublicFeature

Description

Feature summary:
Currently, The extension typically use the default cache object provided by localSettings. This request proposes adding a configuration variable that would allow extension to use their own separate cache object instead of the default one.

Benefits:
On my site, the default cache is Memcached. I would like to store this extension data separately in Redis so that when my server boots, the data is not deleted.

Event Timeline

Change #1139442 had a related patch set uploaded (by Michi j; author: Michi j):

[mediawiki/extensions/UnlinkedWikibase@master] Add configuration option to use custom cache object

https://gerrit.wikimedia.org/r/1139442

Change #1139442 merged by jenkins-bot:

[mediawiki/extensions/UnlinkedWikibase@master] Add configuration option to use custom cache object

https://gerrit.wikimedia.org/r/1139442

Samwilson claimed this task.