ConverterSettingsCache Property |
The cache implementation used for storing conversion results.
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
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