This document is archived and information here might be outdated. Recommended version. |
Returns current and maximum size of service in-memory cache.
[Visual Basic .NET]
Public Sub GetCacheStats ( _
ByRef curCacheSize As Integer, _
ByRef maxCacheSize As Integer _
)
[C#]
public void GetCacheStats (
ref int curCacheSize,
ref int maxCacheSize
);
[C++]
HRESULT GetCacheStats(
System.Int32* curCacheSize,
System.Int32* maxCacheSize
);
[C++] Parameters curCacheSize [out]
curCacheSize is a parameter of type long* maxCacheSize [out]
maxCacheSize is a parameter of type long*