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