@staticmethod
    @contextmanager
    def enable(target=None):
        with stack(Document if target is None else target, '__nocache__', False):
            yield