using Umbraco.Cms.Core.Composing; namespace Umbraco.Cms.Core.Cache; public class CacheRefresherCollectionBuilder : LazyCollectionBuilderBase { protected override CacheRefresherCollectionBuilder This => this; }