pub type FindMyFriendsCache = (HashMap<String, Value>, Option<Instant>);
Cached FindMy friends locations (handle -> location JSON) + last refresh time.