Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Sitecore 缓存的工作原理有基本的了解,包括所有不同变体的工作原理。
但我不是 Sitecore 在缓存期间处理语言的方式。页面的每个语言版本是否都被视为不同的数据源,然后是 varybydata 答案吗?如果没有,我怎样才能安全地将缓存应用于页面的不同语言版本?
谢谢
Sitecore 在缓存键中包含当前语言等,因此每个子布局或渲染都被视为每种语言的不同版本。所以将缓存应用到不同的语言版本应该是没有问题的。