Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-core-dev] Dynamic import questions


A few questions that came through my mind about our dynamic import implementation:
- Do we support split package (I guess the answer is no and should be no anyway)
- Do we do any optimization to remember not found packages
- Do we build a cache to remember which packages have been found and who provided them
- If we have caches when do we flush them?

PaScaL

Back to the top