def fetch(id): return current_memory().fetch(id)
def delayed(cls, id): return current_memory().delayed(cls, id)