cohtml::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.
#include <System.h>
Public Classes
Name | |
---|---|
struct | ImageCacheStats Encapsulates the image cache statistics. |
Public Functions
Name | |
---|---|
virtual | ~SystemCacheStats() |
virtual void | Release() =0 Releases the memory held by the statistics object. |
virtual const ImageCacheStats * | GetImageCacheStats() const =0 Returns the image cache statistics of the system. |
Public Functions Documentation
function ~SystemCacheStats
virtual ~SystemCacheStats()
function Release
virtual void Release() =0
Releases the memory held by the statistics object.
function GetImageCacheStats
virtual const ImageCacheStats * GetImageCacheStats() const =0
Returns the image cache statistics of the system.