Click or drag to resize
HandlebarsViewEngineViewsSlidingCacheTime Property
The length of time that compiled views are cached after last access. Set this to to disable caching. Default is 5 minutes.

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public virtual TimeSpan ViewsSlidingCacheTime { get; set; }

Property Value

Type: TimeSpan
Remarks
If the VirtualPathProvider supports cache dependencies then an update to the source file will force a recompilation of the view.
See Also