fn cached_runtime_rotated_jigsaws<'cache, 'a>(
location: &Identifier,
template: &'a TemplateData,
rotation: Rotation,
cache: &'cache mut FxHashMap<Identifier, [Option<Vec<TransformedJigsaw<'a>>>; 4]>,
) -> &'cache [TransformedJigsaw<'a>]