Click or drag to resize

ClusterFileCachePersistor Constructor

Base constructor.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public ClusterFileCachePersistor(
	DirectoryInfo cacheFolder
)

Parameters

cacheFolder
Type: System.IODirectoryInfo
Folder for the store on a shared network disk.
See Also