API/CodeSamples/CacheQueries.md
... ...
@@ -11,7 +11,8 @@ You can change the expiration time for this cache using something like:
11 11
```csharp
12 12
AdHocContext.Driver.QueryCachingTime = TimeSpan.FromMinutes(1)
13 13
```
14
-(Default is 5 minutes).
14
+The default time is 5 minutes.
15
+
15 16
Caching the result sets of queries may result in a report not displaying the latest data (if the table has changed and the cache has not been refreshed), unless you change the number of results, or anything else that would change the query itself.
16 17
17 18
**Default Value:** True