There are two different forms of builders:
cache.BuilderWithOptions() allows setting custom cache.Options like TransformByObject
cache.MultiNamespacedCacheBuilder() allows namespace-limited watches
Is it possible to create NewCacheFunc that combines both of these features, e.g. by composing the builders?
I see that in main branch MultiNamespacedCacheBuilder is deprecated, and namespacing will be achieved via cache.Options so the conflict seems to be removed. Do you have initial release plans for the new API?