예제 #1
0
        /// <summary>
        /// Remove all items from the template cache.
        /// </summary>
        public static void ClearTemplateCache()
        {
            if (_engine == null)
            {
                return;
            }

            _engine.ClearTemplateCache();
        }