C# Class RazorMailMessage.TemplateCache.InMemoryTemplateCache

Inheritance: ITemplateCache
Mostrar archivo Open project: robinvanderknaap/RazorMailMessage Class Usage Examples

Public Methods

Method Description
Add ( string templateCacheName, string template ) : void
Get ( string templateCacheName ) : string

Method Details

Add() public method

public Add ( string templateCacheName, string template ) : void
templateCacheName string
template string
return void

Get() public method

public Get ( string templateCacheName ) : string
templateCacheName string
return string