ZupIT/nimbus

Deciding when to remove a prefetched screen

Tiagoperes opened this issue · 0 comments

Right now, the prefetched view is deleted after its first use. Suppose, we have a product's detail page that opens as a modal (present). This page should be cached for much more than a single use, we don't want to make a request for it every time we change the product being detailed. How do we support this without keeping the prefetched view cached for longer than we need?

This issue must be updated with the description of the solution for this problem.