API/CodeSamples/CacheSchema.md
... ...
@@ -8,6 +8,8 @@ Gets or sets the value indicating whether the DatabaseSchema object should be ca
8 8
This feature can be very useful if you have problems with performance in your database or slow connection to it.
9 9
You will need to update the schema in Izenda periodically (several options in our [[Caching|http://wiki.izenda.us/FAQ/Questions/Caching]] article) if any schema changes are made to the database dynamically (i.e. user-created fields, tables, etc) for reports to produce the latest results.
10 10
11
+By default, the DatabaseSchema object is cached in memory.
12
+
11 13
**Default Value:** True
12 14
13 15
##Global.asax (C♯)