We should return cached `Fragment` instance if it exists in order to have an ability to do something like ```swift fm. findFragmentById(123) as? HomeFragment ``` to access its Swift class
We should return cached
Fragmentinstance if it exists in order to have an ability to do something liketo access its Swift class