#5732·glide

Glide Options api mutates cache keys when passing a false option

Author: falhassenCreated Jul 24, 2026Updated Sep 15, 2026

Glide Options api mutates cache keys when passing a false option, which can be expected behavior. One might expect a "false" option is the same as a null option. This could result in unexpected cache misses, causing black flashes if one Glide request has option(false) and the other doesn't have the option set.