Try our conversational search powered by Generative AI!

Improve memory usage when creating cache keys

Found in

EPiServer.CMS.Core 11.14.2

Fixed in

EPiServer.CMS.Core 11.15.1

(Or a related package)

Created

Mar 06, 2020

Updated

May 15, 2020

Area

CMS Core

State

Closed, Fixed and tested


Description

When creating cachekeys, memory allocation could be improved by using StringBuilder instead of direct string concatenation.