cohtml.Net.SystemCacheStats
Statistics of the current state of the internal caches of the system Remember to Release the object when done with it to avoid memory leaks.
Inherits from SystemIDisposable
Public Classes
Name | |
---|---|
class | ImageCacheStats Encapsulates the image cache statistics. |
Public Functions
Name | |
---|---|
virtual void | Dispose() |
virtual void | Release() Releases the memory held by the statistics object. |
virtual SystemCacheStats.ImageCacheStats | GetImageCacheStats() Returns the image cache statistics of the system. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual void Dispose()
function Release
virtual void Release()
Releases the memory held by the statistics object.
function GetImageCacheStats
virtual SystemCacheStats.ImageCacheStats GetImageCacheStats()
Returns the image cache statistics of the system.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;