Ensures entire nucache linked list is not rebuild on schema changes when disabled

This commit is contained in:
Shannon
2020-04-20 23:22:03 +10:00
parent 8927472457
commit e62fef8faf
5 changed files with 23 additions and 7 deletions

View File

@@ -134,6 +134,9 @@ namespace Umbraco.ModelsBuilder.Embedded
return ctor();
}
/// <inheritdoc />
public bool Enabled => _config.Enable;
/// <inheritdoc />
public void Reset()
{