Skip to content

Cached Layout Renderer

Xharze edited this page Sep 29, 2012 · 1 revision

Applies caching to another layout output.

Supported in .NET, Silverlight, Compact Framework and Mono.

##Configuration Syntax

${cached:cached=Boolean:inner=Layout}

or by using ambient property to modify output of other layout renderer:

${other:cached=Boolean}

##Parameters ###Caching Options

  • cached - Indicates whether this CachedLayoutRendererWrapper is enabled. Boolean Default: True ###Transformation Options
  • inner - Wrapped layout. Layout

##Remarks The value of the inner layout will be rendered only once and reused subsequently.

Clone this wiki locally