Parameters
- input: {
entryIds?: readonly string[];
locale?: string;
scope: OptimizationCacheScope;
selectedOptimizations?: {
experienceId: string;
sticky?: boolean;
variantIndex: number;
variants: Record<string, string>;
}[];
}
Returns string
Readable v1 cache key containing scope, locale, entry IDs, and selection fingerprint.
Create a deterministic, versioned cache key for an optimization render.