Click or drag to resize

CachedLayoutRendererWrapper Properties

The CachedLayoutRendererWrapper type exposes the following members.

Properties
  NameDescription
Public propertyCached
Gets or sets a value indicating whether this CachedLayoutRendererWrapper is enabled.
Public propertyCachedSeconds
Gets or sets a value indicating how many seconds the value should stay cached until it expires
Public propertyCacheKey
Gets or sets whether to reset cached value when CacheKey output changes. Example CacheKey could render current day, so the cached-value is reset on day roll.
Public propertyClearCache
Gets or sets a value indicating when the cache is cleared.
Public propertyInner
Gets or sets the wrapped layout. [DefaultParameter] so Inner: is not required if it's the first
(Inherited from WrapperLayoutRendererBase.)
Top
See Also