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

@@ -9,6 +9,11 @@
/// Tells the factory that it should build a new generation of models
/// </summary>
void Reset();
/// <summary>
/// If the live model factory
/// </summary>
bool Enabled { get; }
}
/// <summary>