"""Cache package.""" from .cache import init_cache, get, set, delete, clear __all__ = ["init_cache", "get", "set", "delete", "clear"]