CacheBaseConfig: {
    clusterMode?: boolean;
    enableTLS: boolean;
    hostname: string;
    password?: string;
    username: string;
}

Represents the base configuration for a cache, including host, username, password, and TLS settings.