Try our conversational search powered by Generative AI!

Caching an object in one instance prevents objects from being cached in other instances

Found in

EPiServer.CMS.Core 11.13.0

Fixed in

EPiServer.CMS.Core 11.13.1

(Or a related package)

Created

Aug 22, 2019

Updated

Oct 02, 2019

Area

CMS Core

State

Closed, Fixed and tested


Description

If an object that depends on IContentCacheKeyCreator.VersionKey is stored in the cache, a remote event is raised on the other instances that remove VersionKey from the cache. This prevents other objects that depend on VersionKey from being stored in cache until the VersionKey is inserted into the cache again.