1.26.2.1
Gameface
cohtml::SystemCacheStats Class Referenceabstract

Statistics of the current state of the internal caches of the system NB: Remember to Release the object when done with it to avoid memory leaks. More...

Classes

struct  ImageCacheStats
 Encapsulates the image cache statistics. More...
 

Public Member Functions

virtual ~SystemCacheStats ()
 
virtual void Release ()=0
 Releases the memory held by the statistics object. More...
 
virtual const ImageCacheStatsGetImageCacheStats () const =0
 Returns the image cache statistics of the system. More...
 

Detailed Description

Statistics of the current state of the internal caches of the system NB: Remember to Release the object when done with it to avoid memory leaks.

Constructor & Destructor Documentation

◆ ~SystemCacheStats()

virtual cohtml::SystemCacheStats::~SystemCacheStats ( )
virtual

Member Function Documentation

◆ GetImageCacheStats()

virtual const ImageCacheStats* cohtml::SystemCacheStats::GetImageCacheStats ( ) const
pure virtual

Returns the image cache statistics of the system.

◆ Release()

virtual void cohtml::SystemCacheStats::Release ( )
pure virtual

Releases the memory held by the statistics object.