namespace Umbraco.Cms.Infrastructure.HybridCache; public interface ISeedKeyProvider { /// /// Gets keys of documents that should be seeded into the cache. /// /// Keys to seed ISet GetSeedKeys(); }