#QueryCachingTime
##About
Summary: Represents the period of time that queries made to the database will remain in the cache. Cached queries exist within application memory until this time period has elapsed or the queries cache is invalidated. The default is five minutes.
Data Type: System.TimeSpan
Accepted Values:
Default Value: inherited from concrete class
Impacted Features:
Purpose:
Usage:
Caveats:
