using Umbraco.Cms.Core.Cache; namespace Umbraco.Cms.Infrastructure.HybridCache; public interface IElementsCache : IAppCache { }