C# Class SharpTAL.TemplateCache.MemoryTemplateCache

Inheritance: AbstractTemplateCache
Afficher le fichier Open project: lck/SharpTAL Class Usage Examples

Méthodes publiques

Méthode Description
CompileTemplate ( string templateBody, Type>.Dictionary globalsTypes, List referencedAssemblies ) : TemplateInfo
MemoryTemplateCache ( ) : System

Initialize the template cache

Method Details

CompileTemplate() public méthode

public CompileTemplate ( string templateBody, Type>.Dictionary globalsTypes, List referencedAssemblies ) : TemplateInfo
templateBody string
globalsTypes Type>.Dictionary
referencedAssemblies List
Résultat TemplateInfo

MemoryTemplateCache() public méthode

Initialize the template cache
public MemoryTemplateCache ( ) : System
Résultat System