| CachedSection Properties | 
The CachedSection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BoolCondition | 
            Cache condition.
             | 
|  | Cached | 
            If true, the data is used from the cache if available / cached
             | 
|  | CacheDependency | 
            Cache dependency.
             | 
|  | CacheItemName | 
            Cache item name used for the caching.
             | 
|  | CacheMinutes | 
            Cache minutes.
             | 
|  | Exception | 
            Exception that occurred within loading of the data
             | 
|  | LoadData | 
            If true, the external code should load the data. Using this property to control does not support distribution of unhandled exceptions in case of progressive caching. 
             | 
|  | Settings | 
            Cache settings
             | 
 See Also
See Also