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.