Click or drag to resize
CachedSection Properties

The CachedSection type exposes the following members.

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