This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
Deciding when to remove a prefetched screen #88
Labels
backlog
an item of the backlog
core
Related only to the core library
enhancement
New feature or request
Milestone
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.
The text was updated successfully, but these errors were encountered: