class CacheNameConstant: """ 缓存名称 """ _prefix = "vapy_" AUTHORIZATION_TOKEN = f"{_prefix}authorization_token" CURRENT_USER = f"{_prefix}current_user"