fix: usr: Preserve cache across reconfig when using attach-cache
When the attach-cache
option is used in the options
block with an arbitrary name, it causes all views to use the same cache. Previously, this configuration caused the cache to be deleted and a new cache created every time the server was reconfigured. This has been fixed.
Closes #5061
Edited by Evan Hunt