class XICCache: def __init__(self): self.cache = {} xic_cache = XICCache()