This document is archived and information here might be outdated. Recommended version. |
Sets disk cache option and cache size.
[Visual Basic .NET] Public Sub SetUseCache ( _ ByVal bUseDiskCache As Boolean, _ ByVal sizeInMb As Double _ )
[C#] public void SetUseCache ( bool bUseDiskCache, double sizeInMb );
[C++]
HRESULT SetUseCache(
VARIANT_BOOL bUseDiskCache,
double sizeInMb
);
[C++]
Parameters bUseDiskCache [in]
bUseDiskCache is a parameter of type bool sizeInMb [in]
sizeInMb is a parameter of type double