Interface ILivePublishedModelFactory
Provides a live published model creation service.
Namespace: Umbraco.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public interface ILivePublishedModelFactory : IPublishedModelFactory
Properties
View SourceSyncRoot
Gets an object that can be used to synchronize access to the factory.
Declaration
object SyncRoot { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
View SourceRefresh()
Refreshes the factory.
Declaration
void Refresh()
Remarks
This will typically re-compiled models/classes into a new DLL that are used to populate the cache.
This is called prior to refreshing the cache.