CachedSectionTData Properties |
The CachedSectionTData generic type exposes the following members.
Name | Description | |
---|---|---|
BoolCondition |
Cache condition.
(Inherited from CachedSection.) | |
Cached |
If true, the data is used from the cache if available / cached
(Inherited from CachedSection.) | |
CacheDependency |
Cache dependency.
(Inherited from CachedSection.) | |
CacheItemName |
Cache item name used for the caching.
(Inherited from CachedSection.) | |
CacheMinutes |
Cache minutes.
(Inherited from CachedSection.) | |
Data |
Data to be cached / retrieved
| |
Exception |
Exception that occurred within loading of the data
(Inherited from CachedSection.) | |
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.
(Inherited from CachedSection.) | |
Settings |
Cache settings
(Inherited from CachedSection.) |