Describe the functionality desired 🐞
Currently only Transform has an overload which supports refreshing the derived cache with another observable. This is very useful when doing a transform which depends on external to the cache data which can be changed, thus invalidating the derived cache data, but TransformMany doesn't have a similar override.
Considerations
Refreshing the original source on external data changes may be not desirable due to other effects and also isn't obvious