Collected sources and patterns will appear here. Add from search or the patterns library.
CacheKey -> ImageAsset?
Resolve cached assets by querying a primary LRU memory cache, falling back to a weak-reference map before initiating a remote fetch.
Problem it solves
Strict LRU caches prematurely eject active UI assets under memory pressure, leading to redundant fetch cycles and flickering.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.