fn effect_thumb_key(kind: EffectKind, size: (u32, u32), image: &str) -> u64Expand description
Cache key of one effect thumbnail: kind, source image and size. Changing the stock image (or the grid size) invalidates every thumbnail; two different effects never share a key.