ConverterSettingsCache Property |
The cache implementation used for storing conversion results.
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 21.3.1.0 (21.3.1)
Syntaxpublic ICache Cache { get; set; }
Public Property Cache As ICache
Get
Set
public:
property ICache^ Cache {
ICache^ get ();
void set (ICache^ value);
}
member Cache : ICache with get, set
Property Value
Type:
ICache
See Also