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

CacheTemplate() public method

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

Same methods

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