Crabwise.PdfServe.DocumentCache.DocumentCache C# (CSharp) Method

DocumentCache() private method

private DocumentCache ( string documentDirectoryPath, string templateDirectoryPath ) : System
documentDirectoryPath string
templateDirectoryPath string
return System
        internal DocumentCache(string documentDirectoryPath, string templateDirectoryPath)
            : this(documentDirectoryPath, templateDirectoryPath, TimeSpan.FromDays(7))
        {
        }

Same methods

DocumentCache::DocumentCache ( string documentDirectoryPath, string templateDirectoryPath, System.TimeSpan documentLifespan ) : System