API/How-do-I-override-how-schemas-are-loaded-using-the-normal-driver-and-the-Fusion-driver.md
... ...
@@ -4,7 +4,7 @@
4 4
5 5
##Question
6 6
7
-I would like to override schema loading in my driver.
7
+When using AdHocSettings.PerUserCaching = true; and the CurrentUserTenantID changes, Izenda reloads the schema. This can be a lengthy process, so overriding the schema load may improve performance. Below are code samples to override this within the driver.
8 8
9 9
##Answer
10 10