Skip to content
SiteEmail

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>

Name
structImageCacheStats
Encapsulates the image cache statistics.
Name
virtual~SystemCacheStats()
virtual voidRelease() =0
Releases the memory held by the statistics object.
virtual const ImageCacheStats *GetImageCacheStats() const =0
Returns the image cache statistics of the system.
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.