Interface for the sample pool service.
More...
|
| ~IObject ()=default |
| Protected destructor --> Use implemented Destroy() instead of delete!
|
|
Interface for the sample pool service.
Definition at line 21 of file cache_status_intf.h.
◆ ADTF_IID()
ADTF_IID |
( |
ICacheStatus |
, |
|
|
"cache_status.ant.system.adtf.iid" |
|
|
) |
| |
◆ GetCacheUsage()
virtual tResult GetCacheUsage |
( |
unsigned int & |
nUsed, |
|
|
unsigned int & |
nCached |
|
) |
| const |
|
pure virtual |
Information about the current status of the cache.
- Parameters
-
[out] | nUsed | The number of elements in use. |
[out] | nCached | The number of cached elements. |
- Returns
- Standard result.