Click or drag to resize
CachedSectionTData Properties

The CachedSectionTData generic type exposes the following members.

Properties
  NameDescription
Public propertyBoolCondition
Cache condition.
(Inherited from CachedSection.)
Public propertyCached
If true, the data is used from the cache if available / cached
(Inherited from CachedSection.)
Public propertyCacheDependency
Cache dependency.
(Inherited from CachedSection.)
Public propertyCacheItemName
Cache item name used for the caching.
(Inherited from CachedSection.)
Public propertyCacheMinutes
Cache minutes.
(Inherited from CachedSection.)
Public propertyData
Data to be cached / retrieved
Public propertyException
Exception that occurred within loading of the data
(Inherited from CachedSection.)
Public propertyLoadData
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.)
Public propertySettings
Cache settings
(Inherited from CachedSection.)
Top
See Also