Interface ISeedKeyProvider
Namespace: Umbraco.Cms.Infrastructure.HybridCache
Assembly: Umbraco.PublishedCache.HybridCache.dll
Syntax
public interface ISeedKeyProvider
Methods
View SourceGetSeedKeys()
Gets keys of documents that should be seeded into the cache.
Declaration
ISet<Guid> GetSeedKeys()
Returns
Type | Description |
---|---|
ISet<Guid> | Keys to seed |