ImageCache

object ImageCache

Simulates storing cargo in memory — a common pattern that does NOT survive process death. When Android kills the process, this object is cleared. On restoration, imageModel is null, demonstrating data loss without Shuttle.

Properties

Link copied to clipboard
var imageModel: ImageModel?