C# 클래스 SharpTAL.TemplateCache.MemoryTemplateCache

상속: AbstractTemplateCache
파일 보기 프로젝트 열기: lck/SharpTAL 1 사용 예제들

공개 메소드들

메소드 설명
CompileTemplate ( string templateBody, Type>.Dictionary globalsTypes, List referencedAssemblies ) : TemplateInfo
MemoryTemplateCache ( ) : System

Initialize the template cache

메소드 상세

CompileTemplate() 공개 메소드

public CompileTemplate ( string templateBody, Type>.Dictionary globalsTypes, List referencedAssemblies ) : TemplateInfo
templateBody string
globalsTypes Type>.Dictionary
referencedAssemblies List
리턴 TemplateInfo

MemoryTemplateCache() 공개 메소드

Initialize the template cache
public MemoryTemplateCache ( ) : System
리턴 System