Ensures entire nucache linked list is not rebuild on schema changes when disabled
This commit is contained in:
@@ -134,6 +134,9 @@ namespace Umbraco.ModelsBuilder.Embedded
|
||||
return ctor();
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Enabled => _config.Enable;
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Reset()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user