SEND_RESPONSE {
    if inbound.resp.All-Cache {
        inbound.resp.All-Cache = "{inbound.resp.All-Cache} {cache()}";
    }

    if !inbound.resp.All-Cache {
        inbound.resp.All-Cache = "{cache()}";
    }

    if !inbound.resp.All-Cache {
        inbound.resp.All-Cache = "{cache()}";
    } else {
        inbound.resp.All-Cache = "{inbound.resp.All-Cache} {cache()}";
    }
}
