Click or drag to resize
HandlebarsViewEngineCacheKeyPrefix Property
The prefix to use when creating the cache keys.

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

Property Value

Type: String
Remarks
If you against all odds need to register multiple instances of HandlebarsViewEngine in Engines then each instance must have its own unique CacheKeyPrefix.
The default prefix is a random value so usually this doesn't need to be set explicitly.
See Also