Changes PublishedSnapshotService to lazily load it's caches on demand when they are required instead of relying on an external initializer to load them.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Umbraco.Infrastructure.PublishedCache.Persistence
|
||||
void RefreshEntity(IContentBase content);
|
||||
|
||||
/// <summary>
|
||||
/// Rebuilds the caches for content, media and/or members based on the content type ids specified
|
||||
/// Rebuilds the database caches for content, media and/or members based on the content type ids specified
|
||||
/// </summary>
|
||||
/// <param name="groupSize">The operation batch size to process the items</param>
|
||||
/// <param name="contentTypeIds">If not null will process content for the matching content types, if empty will process all content</param>
|
||||
|
||||
Reference in New Issue
Block a user