Creates new instance of FileCache class
Namespace: GroupDocs.Conversion.CachingAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic FileCache(
string cachePath
)
Public Sub New (
cachePath As String
)
public:
FileCache(
String^ cachePath
)
new :
cachePath : string -> FileCache
Parameters
- cachePath
- Type: SystemString
Relative or absolute path where document cache will be stored
See Also