class BaseCache[T]: @staticmethod def parse_uri_path(path: str) -> dict[str, str]: ...