C# Class Crabwise.PdfServe.CacheManager

显示文件 Open project: CrabwiseStudios/PDF-Server

Public Methods

Method Description
CacheManager ( ) : System
CacheManager ( System.TimeSpan defaultDocumentLifespan ) : System
CreateCache ( string documentDirectoryPath, string templateDirectoryPath ) : DocumentCache

Method Details

CacheManager() public method

public CacheManager ( ) : System
return System

CacheManager() public method

public CacheManager ( System.TimeSpan defaultDocumentLifespan ) : System
defaultDocumentLifespan System.TimeSpan
return System

CreateCache() public method

public CreateCache ( string documentDirectoryPath, string templateDirectoryPath ) : DocumentCache
documentDirectoryPath string
templateDirectoryPath string
return DocumentCache