C# Class Crabwise.PdfServe.DocumentCache

ファイルを表示 Open project: CrabwiseStudios/PDF-Server Class Usage Examples

Private Properties

Property Type Description
ComputeHash byte[]
DocumentCache System
DocumentCache System
GetHashArray byte[]
GetHashString string

Public Methods

Method Description
Cleanup ( ) : void
GetOrCreateDocument ( string templateName, object>.IDictionary templateData ) : Stream

Private Methods

Method Description
ComputeHash ( string templateName, object>.IDictionary templateData ) : byte[]
DocumentCache ( string documentDirectoryPath, string templateDirectoryPath ) : System
DocumentCache ( string documentDirectoryPath, string templateDirectoryPath, System.TimeSpan documentLifespan ) : System
GetHashArray ( string hash ) : byte[]
GetHashString ( byte hash ) : string

Method Details

Cleanup() public method

public Cleanup ( ) : void
return void

GetOrCreateDocument() public method

public GetOrCreateDocument ( string templateName, object>.IDictionary templateData ) : Stream
templateName string
templateData object>.IDictionary
return Stream