Method WithTemplateTTL
WithTemplateTTL(TimeSpan?)
Sets the time-to-live (TTL) for DOM templates.
public T WithTemplateTTL(TimeSpan? templateLifetime)
Parameters
templateLifetimeTimeSpan?The template lifetime. If
nullor negative, TTL is set to unlimited.
Returns
- T
The builder instance for chaining.