export const getTwitterUserCacheKey = (id: string, operationName: string, params: Record | undefined) => `twitter:${id}:${operationName}:${JSON.stringify(params)}`;