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
Section titled “Public Classes”| Name | |
|---|---|
| struct | ImageCacheStats Encapsulates the image cache statistics. |
Public Functions
Section titled “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
Section titled “Public Functions Documentation”function ~SystemCacheStats
Section titled “function ~SystemCacheStats”virtual ~SystemCacheStats()function Release
Section titled “function Release”virtual void Release() =0Releases the memory held by the statistics object.
function GetImageCacheStats
Section titled “function GetImageCacheStats”virtual const ImageCacheStats * GetImageCacheStats() const =0Returns the image cache statistics of the system.
© 2026 Coherent Labs. All rights reserved.