C# Класс SharpTAL.TemplateCache.FileSystemTemplateCache

Наследование: AbstractTemplateCache
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CompileTemplate ( string templateBody, Type>.Dictionary globalsTypes, List referencedAssemblies ) : TemplateInfo
FileSystemTemplateCache ( string cacheFolder ) : System

Initialize the filesystem template cache

FileSystemTemplateCache ( string cacheFolder, bool clearCache ) : System

Initialize the filesystem template cache

FileSystemTemplateCache ( string cacheFolder, bool clearCache, string pattern ) : System

Initialize the filesystem template cache

Приватные методы

Метод Описание
InitCache ( bool clearCache ) : void
LoadTemplatesInfo ( string cacheFolder ) : TemplateInfo>.Dictionary

Описание методов

CompileTemplate() публичный Метод

public CompileTemplate ( string templateBody, Type>.Dictionary globalsTypes, List referencedAssemblies ) : TemplateInfo
templateBody string
globalsTypes Type>.Dictionary
referencedAssemblies List
Результат TemplateInfo

FileSystemTemplateCache() публичный Метод

Initialize the filesystem template cache
public FileSystemTemplateCache ( string cacheFolder ) : System
cacheFolder string Folder where cache will write and read generated assemblies
Результат System

FileSystemTemplateCache() публичный Метод

Initialize the filesystem template cache
public FileSystemTemplateCache ( string cacheFolder, bool clearCache ) : System
cacheFolder string Folder where cache will write and read generated assemblies
clearCache bool If it's true, clear all files matching the default pattern from cache folder
Результат System

FileSystemTemplateCache() публичный Метод

Initialize the filesystem template cache
public FileSystemTemplateCache ( string cacheFolder, bool clearCache, string pattern ) : System
cacheFolder string Folder where cache will write and read generated assemblies
clearCache bool If it's true, clear all files matching the from cache folder
pattern string /// File name regular expression pattern. /// Default pattern is "Template_{key}.dll". /// Macro {key} will be replaced with computed hash key." ///
Результат System