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

ClearCache() public static method

Helper method for clearing the Template Cache on the enclosed Instance.
public static ClearCache ( ) : void
return void
        public static void ClearCache()
        {
            Instance.ClearCache();
        }