Stubble.Core.StaticStubbleRenderer.CacheTemplate C# (CSharp) Method

CacheTemplate() public static method

Parses a template and adds the result to the writer cache.
public static CacheTemplate ( string template ) : void
template string The mustache teplate to parse
return void
        public static void CacheTemplate(string template)
        {
            Instance.CacheTemplate(template);
        }

Same methods

StaticStubbleRenderer::CacheTemplate ( string template, Tags tags ) : void
StaticStubbleRenderer::CacheTemplate ( string template, string tags ) : void