Restores the functionality where caches with the same path share the same cache objects in ClickHouse, ensuring consistent cache management.
Why it matters
This feature fixes a regression introduced in version 23.4 that broke the sharing of cache objects for caches using the same path. It prevents users from accidentally having multiple cache instances with conflicting settings for the same cache path, which enhances stability and predictability in cache behavior.How to use it
To use this feature, ensure that caches defined with the same path have identical cache settings. If caches with the same path have different settings, ClickHouse will throw an exception to enforce consistency. No additional configuration is needed beyond maintaining consistent cache definitions.